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


in reply to Re: scoped namespace?
in thread scoped namespace?

Interesting... thanks for the pointer. Safe.pm might be another possible solution.

Replies are listed 'Best First'.
Re: Re: Re: scoped namespace?
by crouchingpenguin (Priest) on Jun 17, 2003 at 03:55 UTC

    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."
Re: Re: Re: scoped namespace?
by shotgunefx (Parson) on Jun 17, 2003 at 04:57 UTC
    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."