Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Context aware functions - best practices?

by sauoq (Abbot)
on Jan 15, 2003 at 06:20 UTC ( [id://227066]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub foo {
        my @r = (42) x $_[0];
    ...
    @a:   42 42 42
    $s:   3
    $sl:  42
    
  2. or download this
    my ($x) = foo(1);
    
  3. or download this
    my $x = (foo(1))[0];
    

Log In?
Username:
Password:

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

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

    No recent polls found