$_=abc.eeeee.i;

This is short for:

$_ = 'abc' . 'eeeee' . 'i';

Which is the same as saying:

$_ = 'abceeeeei';



Thanks.I never knew that it can write a string like this way.

_____________________________________________________________
FREE Email @ Fadmail.com - http://www.fadmail.com

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


Reply via email to