musmanm80 Posted September 26, 2005 Posted September 26, 2005 hi i want to redirct from one perl script to another perl script.actually i have this scenario login.html------->checklogin.pl-------------->add_sites.pl i want to redirect from "checklogin.pl" to "add_sites.pl" plz some body tell me how i can do this.i shall be very thankful to you USman
Editall Callimachus Posted September 27, 2005 Editall Posted September 27, 2005 This is a bit off topic but... within checklogin.pl you could use system("/usr/bin/perl /path/to/my_script.pl "); Or use the open command and start another thread. Have a look on some of the PERL sites or Google and you should find lots of examples of calling one script from within another - as well as some cautions on securing data passed between the two. Hope it helps. ODP Editor callimachus Any opinions expressed are my own, and do not represent an official opinion or communication from the ODP. Private messages asking for submission status or preferential treatment will be ignored.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now