in reply to Re: what is bad about this?
in thread what is bad about this?
What are you talking about?
Neither
$IP_ADDRESS = @REALM[1];
nor
$IP_ADDRESS = $REALM[1];
generates a warning.
And strict is not relevant. If one generates a strict fault, so will the other. If one doesn't generate a strict fault, neither will the other.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: what is bad about this?
by runrig (Abbot) on Feb 06, 2006 at 21:45 UTC | |
by ikegami (Patriarch) on Feb 06, 2006 at 21:47 UTC |