in reply to Using getopt
use Getopt::Std; use strict; use vars qw/$opt_i/; getopt('i'); print "Increment value is $opt_i\n";
|
grep> cd pub grep> more beer |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using getopt
by idunno (Beadle) on Jan 24, 2002 at 04:49 UTC | |
by FoxtrotUniform (Prior) on Jan 24, 2002 at 22:38 UTC |