Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Data Persistence

by choroba (Cardinal)
on Nov 21, 2014 at 09:52 UTC ( [id://1107986]=note: print w/replies, xml ) Need Help??


in reply to Re: Data Persistence
in thread Data Persistence

Once your script ends, that package ends as well.
Unless you run under mod_perl or a similar environment that keeps the modules loaded.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^3: Data Persistence
by CountZero (Bishop) on Nov 21, 2014 at 16:27 UTC
    mod_perl did not keep the modules loaded (if I remember correctly, it has been a long time since I used mod_perl), it kept the scripts loaded (which then persisted the use-d modules).

    You can do the same "trick" here: rewrite the script so it never ends but at the end loops back to the beginning and waits for another input.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-23 21:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found