Search Results

2
votes
1answer
223 views

What is the Perl equivalent for PHP’s $_FILES for file uploads?

What is the Perl equivalent of PHP's $_FILES? I've got some software that sends log files to a web server and I need to retrieve them using Perl instead of PHP. I'm using CGI.pm. …
0
votes
1answer
369 views

How do I parse the JSON Date Format in Perl?

How can I parse this date format that my web service is receiving in JSON format in Perl? I'd like to convert it to a DateTime object: Date(1216647000000-0400) I …
0
votes
3answers
166 views

Why is my .zip file corrupted after an HTTP file upload?

I'm trying to use a CGI script to accept and save a file from a program that is using an HTTP POST to send a zip file. In the MIME section of the HTTP header it looks something like this: …
0
votes

Why can’t Win32::OLE talk to Excel2003 under Win2003?

Can you run the script from a command line on the server (taking the web server out of the mix)? That's the first thing I'd try. If it works from the command line then it's probably a permissions …