Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        next unless $_ eq 'foo' .. undef;
        print "$_\n";
    }
    
  2. or download this
    foo
    qux2
    bar2
    foo
    foo3