Brawny1 has asked for the wisdom of the Perl Monks concerning the following question:
testscript -lib 1.0 -cell -a -f
-------------- testscript ---------------------------
#!/usr/bin/perl use vars qw($opt_lib $opt_cell); use IO::File; use English; use strict; use Getopt::Long; Getopt::Long::Configure('no_auto_abbrev','pass_through'); GetOptions('lib=s','cell=s') or exit 1;
Thanks for any help you can provide.
Edit: g0n - code tags and formatting
|
|---|