Jump to content

Recommended Posts

Posted

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
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...