Help for this page

Select Code to Download


  1. or download this
    sub foo { print "hello world" };
    
    ...
    BEGIN {
      *foo = sub { print "hello world" };
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        print "\n";
    }
    
  3. or download this
    1 5 10
    2 6 11
    ...
    8 12 17
    9 13 18
    10 14 19