Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    my $input=$ARGV[0];
    ...
            next if($currentline=~/^\s+(CLOSE|OPEN)\s+/i);
            print $currentline;        
        }
    
  2. or download this
    open my $fh, '>:encoding(utf-16LE)', $currentline;
    open my $fh, '<:encoding(utf-16LE)', $menufile;