in reply to Help with strict
die "\$_[0] is undefined\n" if not defined $_[0]; ... as the first line of your is_master() sub. I think you'll find that on this particular invocation of the sub, you'll die.
The next step will be to figure out why you're passing an undefined value as a parameter to is_master().
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Help with strict
by DaWolf (Curate) on Oct 28, 2003 at 20:28 UTC |