Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Methods and attributes?

by hanenkamp (Pilgrim)
on Dec 11, 2003 at 02:30 UTC ( [id://313950]=note: print w/replies, xml ) Need Help??


in reply to Methods and attributes?

Shameless Plug: I've written Getargs::Mixed which does named/positional parameters and some validation all in one. (Hubris is a virtue after all.)

Internally, it's essentially just:

sub my_sub { my %params = @_; print "Title: $params{-title}\n"; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-25 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found