On Fri, Aug 29, 2008 at 11:46 AM, Perrin Harkins <[EMAIL PROTECTED]> wrote:
> On Fri, Aug 29, 2008 at 10:53 AM, Berg, Eric <[EMAIL PROTECTED]> wrote:

>>  eval( $file ) ...  did not successfully execute the code in $file.

that isn't supposed to.  eval( `cat $file`) should though. Or

   use Tie::Slurp;
   tie my $readfile, Tie::Slurp::Readonly => $file;
   eval $readfile;

-- 
off-topic notices are almost universally, themselves, off topic.

Reply via email to