Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    }
    
    print $_ for (@gottem);
    
  2. or download this
    123
    456
    789
    
  3. or download this
    123 string 1
    111 string 1
    ...
    also skipping this line too
    888 string 3
    999 string 3
    
  4. or download this
    123 string 1
    111 string 1
    222 string 1
    ...
    777 string 3
    888 string 3
    999 string 3