open(IN, "svn info c:/path/to/file |"); @l = ; foreach (@l) { print "$_"; }