Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Re: Speed, and my sanity.

by btrott (Parson)
on Aug 26, 2001 at 11:39 UTC ( [id://107902]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        <b>Name: </b><% $name %><br>
    
  2. or download this
        $_out->("<b>Name: </b>");
        $_out->( $name );
        $_out->("<br>");
    
  3. or download this
        my $_out = sub { print @_ }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-03-29 14:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found