Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

RFC: Simulating Signatures

by LanX (Saint)
on Apr 22, 2013 at 17:07 UTC ( [id://1029930]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub test {
      sig my $x='default', my $y, named => my $named, OPT;
      ... code ...
    }
    
  2. or download this
    sub test {
       mine $x='default', $y, named => $named, @OPT;
    
  3. or download this
    sub test {
       | $x='default', $y, named => $named, @OPT |;
       ...
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found