[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Perl command line
- Subject: [ale] Perl command line
- From: bkruger at mindspring.com (Bob Kruger)
- Date: Wed, 10 Jun 1998 10:04:55 -0500
I am looking for some example Perl code for capturing a command line
variable or variables.
Example - I have a report that I generate on a daily basis. I would like
to be able to use the same code to generate one copy or ten copies. If the
default is one copy, I would like to be able to check at the beginning of
the routine to see if a parameter such as "-n10" was entered, or for that
matter, anything like -n.
Anyone have any hints or examples?
Thanks in advance - Bob