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

Re^3: calling a perl file from a perl script

by spivey49 (Monk)
on Aug 01, 2008 at 20:55 UTC ( [id://701773]=note: print w/replies, xml ) Need Help??


in reply to Re^2: calling a perl file from a perl script
in thread calling a perl file from a perl script

It sounds like you're asking how to use two different modules. That's as simple as using two use statements. e.g.

use strict; use warnings; use Newmodule; use Othermodule;

Log In?
Username:
Password:

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

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

    No recent polls found