Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Passing hashes as arguments to a sub?

by jimbojones (Friar)
on Nov 28, 2005 at 21:30 UTC ( [id://512385]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $foo = CalcFoo( { bar => 'abc', baz => 'def' } );
    
    ...
      }
      return $foo;
    }
    
  2. or download this
    $line = padded({text=>$line, cols=>20..21, centered=>1, filler=>$SPACE
    +});
    
  3. or download this
    Odd number of elements in anonymous hash at demo.pl line 42
    
  4. or download this
    $line = padded(text=>$line, cols=>20..21, centered=>1, filler=>$SPACE)
    +;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-04-25 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found