07-09-2004, 10:49 AM | #3 (permalink) |
Darth Papa
Location: Yonder
|
You could post them to the PHP script's url using LWP. Basically you pretend to be a web browser submitting a page, and submit the POST data payloar to the script via the web server.
You could also shell out to the PHP script and cram the POST-formatted data into its stdin, I suppose. Without knowing more of what you're trying to accomplish, that's my best suggestion. |
Tags |
perl, php, php or perl, post, send, values |
|
|