Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Context aware functions - best practices?

by demerphq (Chancellor)
on Jan 16, 2003 at 18:26 UTC ( [id://227445]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my ($meth,@parts)=/.../;
      exists($dispatch{$meth}) and $disptach{$meth}->(@parts);
    
  2. or download this
      sub blah {
        $foo->SUPER::blah(@_);
        ...
      }
    
  3. or download this
    use warnings::register;
    
  4. or download this
    sub foo {
      my $array_ref=shift;
    ...
          and die "Can't use anything but an array";
      ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-23 10:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found