Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: How to find empty in empty

by petral (Curate)
on Nov 19, 2002 at 15:44 UTC ( [id://214155]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ! /^\s*$/
  2. or download this
    /\S/
  3. or download this
    if ( /^(\w+)\s+([\d.]+)/ ) {
    
       ($names[$l],$versions[$l])=($1,$2);
       ++$l;
    
    else { . . .
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found