Help for this page

Select Code to Download


  1. or download this
    johngg@shiraz:~/perl/Monks$ perl -Mstrict -Mwarnings -E '
    say for
    ...
    page2.html
    page3.html
    page11.html
    
  2. or download this
    use strict;
    use warnings;
    ...
    say q{-} x 20;
    say for @rejects;
    say q{-} x 20;
    
  3. or download this
    --------------------
    index1.html
    ...
    rubbish.html
    test4.txt
    --------------------