I stumbled upon a script with the following assignment:
... = v(numeric value);

I tried to see how it works and the following:
my $a = v65;
print $a;

produces ascii 65 (capital A)

Where can I read more about these assignment modifiers?

Peter


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


Reply via email to