in reply to Re: Re: scoped namespace?in thread scoped namespace?
Like the following...
#!/usr/bin/perl use strict; use warnings; use Safe; my $data = Safe->new()->rdo('./data_to_import.dat'); [download]