Help for this page

Select Code to Download


  1. or download this
    if (! defined $in) {
        die "Usage: $0 filename\n";
    }
    
  2. or download this
    if (! defined $in) {
        die "Usage: $0 <filename>\n\n\tYou must supply a filename when cal
    +ling this script, otherwise it does not know what file to read\n";
    }