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

Re: Counting the number of items returned by split without using a named array

by borisz (Canon)
on May 03, 2006 at 10:02 UTC ( [id://547102]=note: print w/replies, xml ) Need Help??


in reply to Counting the number of items returned by split without using a named array

$_ = 'Hi There! x'; my $entries = () = /\S+/g; print $entries;
Boris

Log In?
Username:
Password:

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

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

    No recent polls found