Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Contents of @_ using subroutine signatures with default values

by LanX (Saint)
on Jul 14, 2020 at 13:01 UTC ( [id://11119300]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # https://perlmonks.org/?node_id=11119273
    use strict;
    use warnings;
    ...
    }
    
    #diag "Show sig implementation:\n", B::Deparse->new()->coderef2text(\&
    +foo);
    
  2. or download this
    C:/Perl_524/bin\perl.exe -w d:/exp/pm_signatures.pl 
    ok 1 - <foo(qw//)>      ERR: Too few arguments: 
    ok 2 - <foo(qw/a/)>      One arg: @_ == 1
    ...
    ok 4 - <foo(qw/a b c/)>      ERR: Too many arguments: 
    1..4
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-16 23:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found