in reply to Re: strict
in thread Error when using strict pragma
our $opt_u;
This makes it global and is necessary since you want to be accessing the same variable that Getopt is using.
-Bird
Update: Just read the comment by dws below. I was thinking of Getopt::Std. I have no idea how GetOpt works.
|
|---|