Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Why was it neccessary to pass a DBI handler by reference?

by kudra (Vicar)
on Jan 28, 2004 at 16:21 UTC ( [id://324700]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    $foo->x("from program");
    print "(app) Memory: $foo, X: ".$foo->x()."\n";
    $bar->show();
    
  2. or download this
    package Foo;
    
    ...
    
    1;
    
  3. or download this
    package Bar;
    
    ...
    }
    
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-19 23:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found