perl mysql (3) perl CGI (3)
Exchange Links About this site Links to us 
|
General :: Web publishing :: perl CGI
CGI = Common Gateway Interface, a specification for transferring information between a web server and a CGI program. Here you find code snippets for CGIs written in perl.
Articles:
This list is sorted by recent document popularity (not total page views).
New documents will first appear at the bottom.
Featured Article
Perl script on web server sends Excel file to browserQuestion: I need to have my web site generate an Excel worksheet on the fly (a database export) and send it to the user's webbrowser. How can I do that?
Answer: The following assumes that you export a simple sheet containing strings and numbers, no formulas.
In this case, you can generate a CSV file (comma separated values) and set the mime type to applicatioon/octet-stream.
If you perl script is called as /cgi-bin/exportcsv.pl then the downloaded file will by default be named
exportcsv.pl.xls (using alternative mime type application/vnd.ms-excel)
To suggest a specific file name (other than the script name, use the Content-Disposition header field. This field allows you to provide other information as well, e.g.
- creation-date
- modification-date
- read-date
- size
Note:
The size parameter indicates just an approximate size of the file in octets. It does not have to be the exact size. This information can be used by the client software (web browser) to pre-allocate space before attempting to store the file, or to determine whether enough space exists.
For the full syntax, see RFC 2183
 | |  | | print "Content-type: application/vnd.ms-excel\n";
print "Content-Disposition: attachment;filename=users.csv\n\n";
print "Content-type: application/octet-stream\n";
print "Content-Disposition: attachment;filename=users.csv\n\n";
print '"1","Test, first one"' . "\n";
print '"2","Test, last one"' . "\n";
| |  | |  |
|
| Most recent comments
2009-11-20 15:51:39:
by anonymous
in Dating Scams
on Dating scammer Esther Ansomaa from Accra, Ghana:
This one is a scammer... Has been asking me for money from day one.
Malaria, diseases, need a phone, need a webcam, start business to support herself... You name it!
Cynthia (Cyn) Ts ... read more
|
|
2009-11-20 15:42:53:
by [hidden]
in Male Dating Scammers
on Dating scammer Telvis Emmanuel Garry:
Some of these photos are currently being used by someone on match.com. He showed up in my 'Today's Matches'. I recognized the photos and reported it to Match. The profile name is akf999 and sais he li ... read more
|
2009-11-20 15:27:06:
by ww
in Dating Scams
on Primer for first time visitors (Dating Scams):
@OJAS
And here it is .
|
2009-11-20 14:52:51:
by ww
in Dating Scams
on Is this Russian girl scamming me? How to recognize scammers:
And I tried enlarging her eye.
Here it is.
|
2009-11-20 14:43:11:
by jennymathey
in Male Dating Scammers
on Dating scammer Austin Grello:
the email does no match and neither does his last name but i was talking with a man named austin and i have his pics that i will post i dont know if he is the same man but i admit that i sent him 50 ... read more
|
2009-11-20 14:28:25:
by anonymous
in Dating Scams
on Dating scammer sandra mark:
THAT IS BAD.....WHY THOSE NIGERIAN ARE SCAMMING.....
|
2009-11-20 13:45:23:
by agent110
in Dating Scams
on Dating scammer Olga Chernova from Kstovo, Russia:
good night the friends exactly the meme letre which j have recue the premiere time except the prenom which has etait to change and the photograph I am going to re-lay him tres mildly and to cook it on ... read more
|
2009-11-20 13:44:13:
by anonymous
in Dating Scams
on Dating scammer Glory Gukama:
I RECEIVED THE ABOVE E MAIL FROM ONE HAPINESS GUKAMA, I KNEW IMMEDIATELY IT WAS A SCAM, BUT I DECIDE TO PLAY ALONG, NOW THEY HAVE ASK FOR MONEY TO BE SENT TO A LAWYER IN SENEGAL, I EVEN TOLD THEM I AM ... read more
|
2009-11-20 13:39:59:
by ww
in Dating Scams
on Dating scammer Olga:
same girl ?
|
2009-11-20 13:39:28:
by anonymous
in Dating Scams
on Dating scammer Christie John:
Christie John
|
|