Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

RE: A regexp/split question

by takshaka (Friar)
on Jun 08, 2000 at 11:05 UTC ( [id://17027]=note: print w/replies, xml ) Need Help??


in reply to A regexp/split question
in thread A regexp/split question

split; and split ' ', $line; are special cases that split on whitespace just like /\s+/ but without leading null fields.

This behavior is described in the perlfunc entry on split.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-19 10:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found