1. i want my script1.pl to be executed any number of times.
by executing the command
# perl $PATH/script1.pl -qx .
when this is executed for first time i will then execute script2.pl .now when i execute my script script1.pl second time or more number of times from same command as above.
2. i have to use some external factor to see if the script2.pl needs to be executed but i am unable to decide and that the main i am asking you all.
i think this may give you some good idea of what i am asking.