Help for this page

Select Code to Download


  1. or download this
    use IO::Zlib;
    my $fh = new IO::Zlib;
    ...
      print 
    }
    $fh->close
    
  2. or download this
    chomp @cdr_list;
    foreach my $tarzip (@cdr_list) {
    ...
        print $tar->get_content($file)
      }
    }