Help for this page

Select Code to Download


  1. or download this
    my $z = new IO::Uncompress::Gunzip $ARGV[0];
    while( <$z> ){
        chomp;
        print "$.:$_\n";    
    }