Works:
        my $t = shift;
        my $id = qr($t);
Doesn't work:
        my $id = qr(shift);

Why?

Thanks!

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


Reply via email to