Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Perl : Convert a monolithic code to a function

by Anonymous Monk
on Jun 29, 2014 at 01:09 UTC ( [id://1091594]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl : Convert a monolithic code to a function
in thread Perl : Convert a monolithic code to a function

Tutorials: Variable Scoping in Perl: the basics...

mysub( $ssh, "config.txt" ); sub mysub { my( $ssh, $filename ) = @_; ... }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-19 06:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found