[EMAIL PROTECTED] asked;
> How is it possible to initialize variable using 0 or '' and 
> not having undef warning later on using them?

my $variable = 0; # <= initial value goes here

HTH,
Thomas


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


Reply via email to