Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: Putty Session Generator

by ikegami (Patriarch)
on Oct 25, 2004 at 18:57 UTC ( [id://402289]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Putty Session Generator
in thread Putty Session Generator

sub mysub { $foo ++; some_other_sub($bar); }

should read

sub mysub { my ($foo, $bar) = @_; #do stuff with $foo and $bar }

and not

sub mysub { my ($foo, $bar) = @ARGV; #do stuff with $foo and $bar }

Replies are listed 'Best First'.
Re^5: Putty Session Generator
by thor (Priest) on Oct 25, 2004 at 20:22 UTC
    You're absolutely right. Brainfart...fixed. Thanks.

    thor

    Feel the white light, the light within
    Be your own disciple, fan the sparks of will
    For all of us waiting, your kingdom will come

Log In?
Username:
Password:

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

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

    No recent polls found