Help for this page

Select Code to Download


  1. or download this
        my $unzipped = new IO::Uncompress::Gunzip $dirname."/".$table.".sq
    +l.gz" or die "IO::Uncompress::Gunzip failed: $GunzipError\n";
    
  2. or download this
    Use of uninitialized value $GunzipError in concatenation (.) or string at load_tables.pl line 67.
  3. or download this
                        my $unzipped = new IO::Uncompress::Gunzip $dirname
    +."/".$table.".sql.gz" or die "$!";