Help for this page

Select Code to Download


  1. or download this
    package Filter::Include;
    use warnings; use strict;
    ...
    }
    1;
    __END__
    
  2. or download this
    #!perl -w
    use warnings; use strict;
    ...
    7, 8);
    print "a(@a) b(@b)\n";
    __END__
    
  3. or download this
    3, 4); @b = (5, 6,