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

(jeffa) 3Re: using return to create a module object

by jeffa (Bishop)
on Jul 06, 2002 at 19:07 UTC ( [id://179868]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %snmp_options = (
       hostname    => $args->{h},
    ...
    
    # and 
    $snmp_options{username} = $snmp_username;
    
  2. or download this
    package My::CGI;
    
    ...
    bar
    Can't locate object method "a" via package "CGI=HASH(0x80f8a20)"
    at ./foo.pl line 26.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-03-28 17:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found