in reply to Re^2: Controlling Running Perl Scripts
in thread Controlling Running Perl Scripts

I am going to test with something like that!Thanks!

Replies are listed 'Best First'.
Re^4: Controlling Running Perl Scripts
by suaveant (Parson) on Apr 25, 2007 at 18:29 UTC
    Of course, modularize it so you can easily share it across all your scripts... if you only have one sequence then an array works... if you have multiple or may have multiple then I would either use files or a hash of arrays and pass the hash key or the file name between the CGIs that contains the proper sequence.

                    - Ant
                    - Some of my best work - (1 2 3)