Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
            push @{$collection_ref}, [@temp] if (@temp);
        }
    }
    
  2. or download this
    C:\Code>perl close_and_break.pl
    1 2 3 4 5
    6 7 8 9 10
    11 12