Help for this page

Select Code to Download


  1. or download this
    $ perl -v
    
    This is perl, v5.8.8 built for x86_64-linux-gnu-thread-multi
    [...snip...]
    
  2. or download this
    $ perl -MSafe -e 'print $Safe::VERSION, "\n"'
    2.14
    
  3. or download this
    $ perl -MData::Dumper -e 'print Dumper(\@INC);'
    $VAR1 = [
    ...
              '/usr/local/lib/site_perl',
              '.'
            ];
    
  4. or download this
    $ perl test.pl 
    3.0.17