Help for this page

Select Code to Download


  1. or download this
    $ perl -l
    use strict;
    ...
    __END__
    3
    direct - missing at - line 9.
    
  2. or download this
    $ perl -l
    $j = $_ for (1 ..3);
    ($j) ? print $j : warn "no warnings - missing";
    __END__
    3
    
  3. or download this
    This is perl, v5.8.5 built for i386-linux-thread-multi