http://qs321.pair.com?node_id=266361


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."