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 ...