in reply to Use SVN::Client to "cat" a file on svn

The compilation error is telling you perl found something it couldn't identify, "FILE", when it was parsing the statement. It needs that \* sigil to tell it what type of variable FILE is. Check the documentation again.

  • Comment on Re: Use SVN::Client to "cat" a file on svn