Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: scoped namespace?

by shotgunefx (Parson)
on Jun 17, 2003 at 02:40 UTC ( [id://266361]=note: print w/replies, xml ) Need Help??


in reply to scoped namespace?

You might find Erasing Symbol Tables useful as well.

-Lee

"To be civilized is to deny one's nature."

Replies are listed 'Best First'.
Re: Re: scoped namespace?
by Anonymous Monk on Jun 17, 2003 at 02:49 UTC
    Interesting... thanks for the pointer. Safe.pm might be another possible solution.

      Like the following...

      #!/usr/bin/perl use strict; use warnings; use Safe; my $data = Safe->new()->rdo('./data_to_import.dat');

      cp
      ----
      "Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic."
      If package vars persisting across requests are the problem, why not look at mod_perl PerlRun

      -Lee

      "To be civilized is to deny one's nature."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 22:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found