
guru_perl
Novice
Jan 26, 2011, 7:56 PM
Views: 2440
|
|
Re: [BillKSmith] Print usage whenever there is an argument with no option
|
|
|
Is the below right?both are opts{b}.Also I dont think we are making sure when there is an argument without option print the usage?
or (exists $opts{b} and !defined $opts{b})
(This post was edited by guru_perl on Jan 26, 2011, 7:59 PM)
|