Help for this page

Select Code to Download


  1. or download this
         open($fh1, '>', \ substr($s1, length($s1)) )
           or die "Can't restore fh1";
    
  2. or download this
         open($fh1, '>>', \$s1)
           or die "Can't restore fh1";