in reply to Very basic question!
'Path to perl' is the directory where your Perl interpreter is installed. If you're on a Unix system you can often get a clue by typing
which perl
at your command line. The default installation directories under Unix are /usr/bin/perl or /usr/local/bin/perl. Sorry, but I don't know where Perl installs itself under Windows or on a Mac.
--
|
|---|