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-07 12:00:16:
by anonymous
in Dating Scams
on Dating scammer Rhoda Naa from Accra, Ghana:
Je pense que dans l'amour, nous devons se lancer avec notre cœur, et non pas réfléchir pour trouver absolument un raisonnement. La seule raison de l'Amour c'est en notre cœur et non pas dans notre ... read more
|
2009-11-07 11:59:28:
by [hidden]
in Dating Scams
on Dating scammer Osei Kwesi Accra Ghana kind_osei@hotmail.com from Accra, Ghana:
END OF A RELATIONSHIP
This illustrates a typical bit of minor scamming on Saymehi
|
2009-11-07 11:57:24:
by anonymous
in Dating Scams
on Dating scammer Vida Awabu:
I have a lot of pictures of this scammer esther ansomaa, rahinatu or what ever she calls herself. and would be happy to share them
|
2009-11-07 11:45:33:
by anonymous
in Passwords
on Need password for encrypted RAR or ZIP archive:
The Hangover[2009]DvDrip-aXXo what is password for this torrent.
|
|
2009-11-07 11:29:08:
by OJAS
in Dating Scams
on Is this Russian girl scamming me? How to recognize scammers:
@RealMadrid,
Dirk is helping us, he WON'T get scammed, no worries there. But the concern should be for the Brasileiro, he maybe a newbie, cold lose money, simply for emailing to a photo, and some ... read more
|
2009-11-07 10:59:47:
by venezolano
in Dating Scams
on Dating scammer Anna Ogannisyan:
I think that lopitropi7777@yahoo.com is trying to get fishes in the middle of the Sahara desert. If Boris was a little bit smarter, he should make a change.
Perhaps it is hunting season
... read more
|
2009-11-07 10:00:28:
by anonymous
in Dating Scams
on Dating scammer Osai Williams from Ghana:
is she a scammer?
she write me on tagged.com
iam not sure,she want married me and children
|
2009-11-07 09:55:44:
by srt8
in Dating Scams
on Dating scam artist Sindy Becky Green in Ashley, Ohio (Lagos, Nigeria):
this is jessica scottman the above one is jamie Peterson
|
2009-11-07 09:32:05:
by anonymous
in Dating Scams
on Various dating scammers:
confirmed fake and scammer by russian embassy in london
|
2009-11-07 08:45:17:
by srt8
in Dating Scams
on Scam Artist Anna from Yoshkar-Ola:
and yet another of JESSICA SCOTTMAN UK who is she really?
|
|