#!/usr/bin/perl -w use strict; if (scalar(@ARGV) < 1) { print "Usage: perl myprog.pl (path_to_file)\n"; exit; } ... rest of perl program
...the majority is always wrong, and always the last to know about it...
In reply to Re: Returning an error message when <STDIN> is not in use
by wjw
in thread Returning an error message when <STDIN> is not in use
by chinamox
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |