
thebitch
User
Sep 13, 2002, 4:32 AM
Post #9 of 12
(10750 views)
|
Re: [mmcw2201] Use of schedule::cron module
[In reply to]
|
Can't Post
|
|
please use [code][/code] tags when posting code. now, read perldoc -f do. do does not do what you want if the script is on your server, then why are you typing a http://blah....? If you do that, then it's like it's not on your server if you're gonna persist with the http:// you'll need to use LWP::Simple::get (or something from LWP). It looks like what you really want is system or exec, as in
exec('/full/path/to/cgi-bin/ShopSecure/shop_admin.cgi...') But i'm not quite sure that's true, cause I know nothing about shop_admin (it's either one or the other) perldoc is your friend ;)
|