Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: $_ not set in while <>

by LanX (Saint)
on Jun 06, 2021 at 00:57 UTC ( [id://11133572]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (<>) {
        last if /pattern/;
        ...
    }
    
  2. or download this
    C:\>perl -MO=Deparse -e"while (<>) {}"
    while (defined($_ = readline ARGV)) {
    ...
    -e syntax OK
    
    C:\>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-20 03:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found