in reply to Re^3: Forking and shelling out to curl
in thread Forking and shelling out to curl
just for information: LWP::Protocol::Net::Curl interfaces libcurl with LWP methods. So if one has LWP-based script, can switch transparently to libcurl with this module.
btw, your script when daemonizes switches dir to /. Are you using absolute paths for your log and data files?
It would be better if you provided a simplified example script and complete, not fragments.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Forking and shelling out to curl
by Argel (Prior) on Jan 11, 2020 at 00:15 UTC | |
by Anonymous Monk on Jan 11, 2020 at 07:50 UTC | |
by Corion (Patriarch) on Jan 11, 2020 at 08:04 UTC |