Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      $_ =~ s/zlib1\.dll/zxxxx.dll/g;
      print $outfh, $_;
    }
    
  2. or download this
    close $infh;
    close $outfh;
    ...
    File::Copy::copy( 'Tcl.dll_new', 'Tcl.dll') or die $!;
    chmod($mode, 'Tcl.dll');
    unlink('Tcl.dll_new');