Hi!

This one is new to me and I need to be able to read $name and $age from the
following:

@history = (
  {
    program => 'new',
    version => '0.42',
    },
    input => {
      '/data' => 0.14,
      '/home' => undef,
    },
    input_contents => '
      $name   = \'Jerry\'; 
      $age    = \'25\'; 
      1;
    '
  }

Thanks,

Jerry

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to