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
2010-03-20 07:55:55:
by anonymous
in Dating Scams
on Dating scammer Sandra Da_Rocha from Accra/Ghana:
tenderhearted500@yahoo.com she go now with this name boys watch out boyes she isd in nigeria she say for here sick mother boyhahahahahaha haahahhahahahhahahahahah she do this foto shoot in nigera she ... read more
|
2010-03-20 07:55:52:
by wontbhad
in Dating Scams
on Is this Russian girl scamming me? How to recognize scammers:
familiar to anyone? She has not asked for money.
|
|
2010-03-20 06:58:18:
by auschook
in Male Dating Scammers
on Dating scammer Michael brown :
ALL THESE SCAMMERS HAVE ONE THING IN COMMON .....THEY HAVE BLOODY TERRIBLE GRAMMAR
|
2010-03-20 06:12:29:
by anonymous
in Male Dating Scammers
on Dating scammer Brian Cole:
Courtney Roy from 65 Byslips Road South Bedforshire or Bedfordshire Dunstable UK from sight MATE1
Be aware she is a scammer and uses Brian Jones as the Customs agent to call and demand the su ... read more
|
2010-03-20 05:01:28:
by anonymous
in Dating Scams
on Dating scammer Osai Williams from Ghana:
----Messaggio originale----
Da: lorenciya00000@gmail.com
Data: 19/03/2010 14.52
Ogg: Rciaooooooo
Cr>Ciao en
mio nuovo amico!
Sono molto c
----Messagg ... read more
|
2010-03-20 04:57:45:
by auschook
in Male Dating Scammers
on Dating scammer Kenny Williams:
This is a pic he uses of his 13 year old son Derrick
|
2010-03-20 04:47:45:
by OJAS
in Dating Scams
on Dating scammer Rosina Amma Darkoah:
Remove nudity. Read the site policy.
|
2010-03-20 03:57:17:
by anonymous
in Dating Scams
on Dating scammer Priscilla Mason or Munsa:
priscilla hammond accra
|
2010-03-20 03:18:58:
by anonymous
in Dating Scams
on Dating scammer Sarah Sarpong:
HELLO THIS IS TODD IMANUAL PECK I AM SORY I POSTED BAD THINGS ABOUT SARAH SARPONG, SHE WAS A GOOD GIRL BUT SHE DISTROY MY HEART BY NOT LOVING ME THE WAY I LOVE HER, I AM LOOKING FOR HER SO IF ANY ONE ... read more
|
2010-03-20 02:41:45:
by [hidden]
in Dating Scams
on Dating scammer Yuliya Nikolaevskaya:
And another picture she emailed me with
After her third email when I told her no thanks, I thought of googling her email address (kellybleeks@hotmail.com) and found this site. Well done guys, ... read more
|
|