Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Scoping problem!!

by ptum (Priest)
on May 10, 2006 at 16:44 UTC ( [id://548509]=note: print w/replies, xml ) Need Help??


in reply to Scoping problem!!

I almost never have two Perl scripts calling each other. In most cases, either:

  • (a) they are integrated closely enough that one (or both) should really be a module, and I end up instantiating one from the other (or a controller script) and calling its methods, or
  • (b) they are independent enough that I have them both talk to a database or a file and trigger them independently by some external event.

Just my $0.02 worth ...


No good deed goes unpunished. -- (attributed to) Oscar Wilde

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://548509]
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: (1)
As of 2024-04-25 19:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found