Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

My promiscous singleton

by Random_Walk (Prior)
on Dec 29, 2019 at 17:52 UTC ( [id://11110731]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -MData::Dumper -Mlib=. -MHelper::Lgr -E'     \
        $l=Helper::Lgr->getInstance();$l->log(0,"Log1"); \
        $z=Helper::Lgr->getInstance();$l->set('Log', 4); \
    ...
                     'Log' => 0,
                     'fh' => \*Helper::Lgr::__ANONIO__
                   }, 'Helper::Lgr' );
    
  2. or download this
    #!/usr/bin/perl
    #
    ...
        bless $instance, $class; # we bless early so we can call methods o
    +n ourself
    
        ... And much more ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11110731]
Approved by marto
Front-paged by Corion
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: (5)
As of 2024-04-20 16:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found