Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: use, require, do or what?

by actualize (Monk)
on Jul 30, 2008 at 21:15 UTC ( [id://701277]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Library.pm
    $output = Library::subroutine($variable)
    
  2. or download this
    sub subroutine {
          $variable = shift
          $variable = changingthedata($variable) 
          return $variable
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-26 04:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found