Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Use method/function signatures with Perl

by Ovid (Cardinal)
on Dec 06, 2004 at 15:36 UTC ( [id://412665]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Sub::Signatures 'strict';
    
    sub foo (CGI $cgi) {...}
    sub foo (CGI $cgi, ARRAY $arr) {...}
    
  2. or download this
    sub foo(@bar) {...}        # works fine
    sub foo($self, @bar) {...} # how would this work?
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-24 09:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found