>>>>> "Nicolay" == Nicolay A Vasiliev <[EMAIL PROTECTED]> writes:

Nicolay> Python and Ruby don't write the code for me. But look at this Python code:

Nicolay> s = "I am Perl guru";
Nicolay> new_s = s.replace("Perl", "Python");

$s = "I am a Perl guru";
($new_s = $s) =~ s/Perl/Python/;

No additional modules.

Nicolay> By the way, these languages have people friendly exceptions handling ;) with 
try-except in Python and begin-rescue in Ruby.

Just like Perl, again.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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


Reply via email to