Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Embracing functions with parentheses

by crenz (Priest)
on Mar 16, 2005 at 09:30 UTC ( [id://439886]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $obj->SetName($value);
    $obj->set_title($newtitle);
    
  2. or download this
    print join ' - ', grep { -d } @list;
    print join(' - ', grep { -d } @list);
    
  3. or download this
    print(join(' - ', grep({-d}, @list)));
    
  4. or download this
        open(my $fh, '>', $filename);
        print $fh $message;
        myownfunction($param1, $param2);
        close $fh;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-03-29 01:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found