Berkeley CSUA MOTD:Entry 15982
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/12/25 [General] UID:1000 Activity:popular
12/25   

1999/6/18-21 [Computer/SW/Languages/Perl] UID:15982 Activity:nil
6/17    why does my perl break with the following message?
        "use" may clash with future reserved word at ./foo line 3
        syntax error in file ./foo at line 3, next 2 tokens "use strict"
        \_ Because you're not using perl 5.  You will probably have to change
           the first line of the script to show it where perl 5 is installed
           on your system; if you don't have perl 5, you can download it from
           http://www.perl.com/CPAN/authors/id/GBARR/perl5.005_03.tar.gz