Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: The One True Style of indentation:

by pdcawley (Hermit)
on Apr 17, 2002 at 08:23 UTC ( [id://159746]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub double_dispatch {
        my $self = shift;
    ...
        $arg->method($self,
                     args => [@_]);
    }
    
  2. or download this
    sub double_dispatch {
    >>>>my $self = shift;
    ...
    >>>>$arg->method($self,
    >>>>             args => [@_]);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-26 03:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found