Help for this page

Select Code to Download


  1. or download this
    
    #! perl -w
    ...
    you can redistribute it and/or modify it under the same terms as Perl 
    +itself.
    
    =cut
    
  2. or download this
    #! perl -w
    
    ...
        print scalar(@a) == 5 ? "ok" : "not ok", " 3\n";
    }