in reply to Script Automation

For such a short script I wouldn't bother using a template, you can just use two print statements to generate such a shell script.

For longer/complexer scripts you could use Text::Template or one of the many other templating systems on cpan.

Replies are listed 'Best First'.
Re^2: Script Automation
by OkieUnix (Initiate) on Aug 14, 2007 at 08:23 UTC
    Thanks, I will give that try as my scripts will be fairly long. I wanted a way to replicate the process.