...I have a question from the (my) lingustic point of view...
Perl:
$string="hello, world";
substr($string, 20) =~ s/world/earth/; #alters $string
print $string   #output: hello, earth

how do I chomp that thing in one line?
alex

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

Reply via email to