On Feb 4, Karl Kaufman said:
>$device{server1}: x1x
>$_: xserver1x
>Use of uninitialized value at ./devicesWIP line 198.
>$device{$_}: xx
>print '$device{server1}: x' . $device{server1} . "x\n";
>print '$_: x' . $_ . "x\n";
>print '$device{$_}: x' . $device{$_} . "x\n";
I'd check the length of $_, too. It might have an unprintable character
in it.
--
Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/
RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/
<stu> what does y/// stand for? <tenderpuss> why, yansliterate of course.
[ I'm looking for programming work. If you like my work, let me know. ]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]