in reply to creating dynamically named 'my' variables

It sounds like to me you want your perl script to get another perl script and either execute it or evaluate it's syntax. - Are you writing a perl parser?
  • Comment on Re: creating dynamically named 'my' variables

Replies are listed 'Best First'.
Re: Re: creating dynamically named 'my' variables
by ajwans (Scribe) on Mar 01, 2002 at 05:11 UTC
    Actually I'm writing a data to marked up data compiler which multiple input types at the frontend and configurable (via perl script) at the backend. I'm writing it in Perl so I want perl to eval the (perl) configuration.
      Maybe you would be better off using package variables and force them all into one specific package?

      -Lee

      "To be civilized is to deny one's nature."