[EMAIL PROTECTED] wrote:
> 
> $var|=10; # like that if u want to set the variable to a default value--
>           # if the $var is not defined it assigns a value of 10  to it.

You need to use the ||= operator not the |= operator for that.


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to