Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Out of date over <> and 5.10

by dasgar (Priest)
on Sep 07, 2010 at 22:49 UTC ( [id://859229]=note: print w/replies, xml ) Need Help??


in reply to Out of date over <> and 5.10

I tried the code below on my systems (Windows 7 64-bit, ActiveState Perl 5.12.1 32-bit) without any issues.

use strict; while (<>) { print "You typed:\n$_\n"; }

Output:

test You typed: test Hello You typed: Hello

I realize that's not the same version of Perl, but just thought I'd share another data point with you.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://859229]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-19 22:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found