Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      fix_bcp_file($file);
    }
    
  2. or download this
    local ( $^I, @ARGV ) = ( '', $file );
    
  3. or download this
    local ( $^I, @ARGV ) = ( '.bak', $file );