in reply to Re: ActivePerl vs Perl on UNIX
in thread ActivePerl vs Perl on UNIX
The ISP I use has both versions installed. Perl4 is in '/usr/bin', and Perl5 is in '/usr/local/bin'. Both are simply named 'perl', so the -v option is the only way to distinguish them.perl -v
Hope this helps.find /usr -name perl -print
|
|---|