Re: Script within a script

2004-01-15 Thread Barbara Lindsey
I haven't seen this before. Can you do this to add more subs to a module without making a parent module out of them? Octavian Rasnita wrote: You can execute that second script: require script.pl or system('perl script.pl'); - Original Message - From: "Kenneth W. Craft MCP" <[EMAIL PROT

Re: Script within a script

2004-01-14 Thread Barbara Lindsey
you can make your script into a module and then call the module from another perl script. > Is it possible to execute a perl script within another perl script? > > I have advertisements on many of my pages of my site that are randomly > picked using a random ad script. I am creating some pages th

Re: CGI.pm *with* a templating system?

2004-01-13 Thread Barbara Lindsey
I am using HTML::Template with CGI and ,I started out sort of mixing and matching what seems to work best. My goal was to separate the process from the presentation. It seems to turn out that I am using the CGI mainly for retrieving web parameters and using the templates for presentation. It