Help for this page

Select Code to Download


  1. or download this
    This is perl, v5.10.1 (*) built for i486-linux-gnu-thread-multi
    
    ...
    Perl may be copied only under the terms of either the Artistic License
    + or the GNU General Public License, which may be found in the Perl 5 
    +source kit.
    
    Complete documentation for Perl, including FAQ lists, should be found 
    +on this system using "man perl" or "perldoc perl".  If you have acces
    +s to the Internet, point your browser at http://www.perl.org/, the Pe
    +rl Home Page.
    
  2. or download this
    perl -e 'say "test"';
    
    String found where operator expected at -e line 1, near "say "test""
        (Do you need to predeclare say?)
    syntax error at -e line 1, near "say "test""
    Execution of -e aborted due to compilation errors.
    
  3. or download this
    perl -M5.10.1 -e 'say "test"';
    test