Gee, another mistake...I should bite my own butt...sorry, again (Ohhh 
my goodness)
>>...I have a question from the (my) lingustic point of view...
>>Perl:
>>$string="hello, world\n";
>>substr($string, 6) =~ s/world/earth/; #alters $string (Line 3)
>>print $string;   #output: hello, earth

...chomp $string on Line 3

-----------------------------------------------------------------
To get off this list, send email to [EMAIL PROTECTED]
with Subject: unsubscribe
-----------------------------------------------------------------

Reply via email to