Get rid of the -w on the command line and they will magically dissapear.
This won't fix the problem of course, but it will turn off the warning
messages :)
The line;
$inness[$i] = $inness[$i] . $in;
Would probably be better of being;
$inness[$i] = $in;
Considering that $i is incremented immediately afterwards it has nothing to
append to ..
Regards,
--
Iain Wade - Optus Internet
Email: [EMAIL PROTECTED]
- perl script has problems (kinda OT) David H.
- RE: perl script has problems (kinda OT) Iain Wade
- RE: perl script has problems (kinda OT) David H.
- RE: perl script has problems (kinda OT) Charles Galpin
- Re: perl script has problems (kinda OT) Charles Galpin
- Re: perl script has problems (kinda OT) Iain Wade
- RE: perl script has problems (kinda OT) David H.
- Re: perl script has problems (kinda OT) Iain Wade
smime.p7s