# Out of curiousity -- why does line 2 get printed first?
#
open(o,"|cat");print o "I think I am 1st? ^L^M";
$_ = "LINE 2: Jvtu bopuifs Pfsm ibdlfs ..."; y/a-z/za-y/; print

__END__
A Note:  There is an embedded ^L^M in line 1.
Output:

LINE 2: Just another Perl hacker ...I think I am 1st?


--
WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x2A46CF06&fingerprint=on

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


Reply via email to