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

Isn't Perl5 ready for C<my sub>?

by blazar (Canon)
on Sep 07, 2005 at 14:48 UTC ( [id://489881]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my sub foo {
        # ...
    }
    
  2. or download this
    my $foo = sub { ... };
    
  3. or download this
    sub invert {
        my ($n, $p)=@_;
    ...
        }
        expp($n, $p-2);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found