in reply to adding a variable definition to execution

And because it hasn't been mentioned, look at Getopt::Long. It's a little complex at first but it's great for passing full *nix style arguments to scripts. Search around here for it if you're interested. There are plenty of other goodies for making scripts easy for the hacker and the user; e.g., Pod::Usage comes to mind.

  • Comment on Re: adding a variable definition to execution