Help for this page

Select Code to Download


  1. or download this
        @set = (
                    [ 'file00.csv', 'file01.csv', 'file02.csv', ],
    ...
                    [ 'file08.csv', 'file09.csv', ],
                    [ 'file10.csv', 'file11.csv', ],
                )
    
  2. or download this
        # my $n              = 5;
        my @set;
    ...
            }
            $i++;
        }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
            $z->close;
        }
    }