I tried to print my email address when it is enclosed in < and > signs but
it didn't print anything.
The code:

my $line;
$line= "<orasnita\@yahoo.com>";
# I also tried with $line = \<orasnita\@yahoo.com\>";
print "$line";

Nothing is printed. It prints only if I don't use the < and > signs.
Thank you!


Teddy,
My dear email address is [EMAIL PROTECTED]



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to