Help for this page

Select Code to Download


  1. or download this
     use strict;
    use warnings;
    use diagnostics;
    ...
        }
    }
    __END__
    
  2. or download this
     loop 2
    2 4 6 8 10 12 14 16 18 20
     loop 3
    
     loop 4
    
  3. or download this
    warn " loop $loop i $i \n";
    
  4. or download this
     loop 2 i 1
    2 4 6 8 10 12 14 16 18 20
    ...
    
     loop 4 i 11
    
  5. or download this
    2 4 6 8 10 12 14 16 18 20
    3 6 9 12 15 18 21 24 27 30
    4 8 12 16 20 24 28 32 36 40