Help for this page

Select Code to Download


  1. or download this
    package Func;
    
    ...
        return $false;
    }
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    print "All 1..10 = " . all(1..10) . "\n";
    
    print "Any " . any( qw/hi hello dude cool/ ) . "\n";