
guru_perl
Novice
Jan 26, 2011, 9:07 PM
Post #5 of 6
(2264 views)
|
|
Re: [BillKSmith] Print usage whenever there is an argument with no option
[In reply to]
|
Can't Post
|
|
@ARGV is not working because all the options are getting stored on ARGV(-bfile.txt-cdata.txt), Also how do I make the options case-insensitive? For example if i use getopt("blc",\%options);I want to make b,l,c case-insensitive?
(This post was edited by guru_perl on Jan 26, 2011, 9:20 PM)
|