On 1/16/07, Michael Alipio <[EMAIL PROTECTED]> wrote:

Variable "$clientdevice" is not imported at extractdevice.pl line 23.

Since you were good enough to "use strict" (thank you!) Perl is
pointing out that you never declared any $clientdevice variable before
using it:

     open FH, '>>', $clientdevice($deviceid) or die $!;

Hope this helps!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to