Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Question about list context

by eXile (Priest)
on Apr 14, 2005 at 14:24 UTC ( [id://447804]=note: print w/replies, xml ) Need Help??


in reply to Question about list context

TIMTOWTDI:
print STDOUT (split "\t", $line)[0], "\n" ;

Replies are listed 'Best First'.
Re^2: Question about list context
by chromatic (Archbishop) on Apr 14, 2005 at 17:28 UTC

    That's not equivalent. What if someone's used one-arg select before this point?

    Update: Fixed the number of arguments for that particular select call.

Log In?
Username:
Password:

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

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

    No recent polls found