Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Let's get lazy

by japhy (Canon)
on Aug 28, 2001 at 20:47 UTC ( [id://108500]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
      my $init = 'aa';
    ...
        return $ret;
      }
    }
    
  2. or download this
    package Tie::ScalarIter;
    
    ...
    }
    
    1;
    
  3. or download this
    # functional
    
    ...
      last if length($next) > 4;
      push @strings, $next;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-03-29 07:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found