Output Unicode

2004-03-29 Thread Octavian Rasnita
Hi all, Does anyone know how could I print a UTF-8 HTML page (like Google's one)? Which modules I need to use? Is perl able to do that? Thank you. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: Apache::Session question

2004-03-29 Thread Wiggins d'Anconia
Please bottom post... B. Fongo wrote: The error occurs on initial call, so id should be empty be then. I expect the routine to open a new session (see code below) if session_id is empty - but it fails then. == my $dbh = dbConnect(); # Get value

Re: Active 'back' buttons

2004-03-29 Thread Wiggins d'Anconia
Rob Dixon wrote: Hi guys. What's the 'usual' way (if there is one) of implementing an 'active' back button (which does the equivalent of the browser's back button but is implemented in CGI code)? If, say, I'm doing a database search and come up with a list of records, each of which can be clicked

Re: CGI module comparison

2004-03-29 Thread Wiggins d'Anconia
Andrew Gaffney wrote: John Goodleaf wrote: Hello, I'm not on the list, so please CC me directly. Although I'm a reasonably competent Perl user I have never actually used it for CGI purposes, just for database querying/data munging. You can imagine my perpetual confusion at finding the Perl books i

Re: GD Install Failure (was: Re: elsif issues ....still)

2004-03-29 Thread Wiggins d'Anconia
Allen Wang wrote: -Original Message- From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 6:11 PM To: Allen Wang Cc: [EMAIL PROTECTED] Subject: Re: GD Install Failure (was: Re: elsif issues still) Please bottom post... Allen Wang wrote: The first error messag

RE: Calendar HTML Form

2004-03-29 Thread Charles K. Clarkson
B McKee <[EMAIL PROTECTED]> wrote: : : I'm overhauling the website I run for a men's rec : slopitch league. It's all CGI.pm and mySQL. I'm : adding a section to reschedule rain-out games. I want : the users to pick the new date from a 'calendar'. : I think this will be a more natural interfa

Re: Calendar HTML Form

2004-03-29 Thread Owen
On Mon, 29 Mar 2004 16:18:29 -0500 B McKee <[EMAIL PROTECTED]> wrote: > Good Afternoon All > I'm overhauling the website I run for a men's rec > slopitch league. It's all CGI.pm and mySQL. I'm adding > a section to reschedule rain-out games. I want the users > to pick the new date from a

Calendar HTML Form

2004-03-29 Thread B McKee
Good Afternoon All I'm overhauling the website I run for a men's rec slopitch league. It's all CGI.pm and mySQL. I'm adding a section to reschedule rain-out games. I want the users to pick the new date from a 'calendar'. I think this will be a more natural interface than drop-down menus.

Dealing with 'special characters'

2004-03-29 Thread Howard Fuchs
Hi all: Here is my problem. I have a script which processes input from a textarea which may have 'special characters' in it like ‘ or ’ etc. Unfortunately what I am getting back are these ‘ or ’ respectively. Script snippet start-- use CGI qw/:standard/; print "Content-type

RE: GD Install Failure (was: Re: elsif issues ....still)

2004-03-29 Thread Allen Wang
-Original Message- From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 6:11 PM To: Allen Wang Cc: [EMAIL PROTECTED] Subject: Re: GD Install Failure (was: Re: elsif issues still) Please bottom post... Allen Wang wrote: > > The first error message should b

Re: Streaming a file to a remote user

2004-03-29 Thread Shaun Fryer
> 4. Decoded file is streamed to user, who saves the file locally. > Jason Below I've provided a starting point to answer your 4th question anyway. It doesn't have a proper strict style or complete error reporting, but it does work (last I checked) and should get you started. -- ===

Re: CGI module comparison

2004-03-29 Thread Andrew Gaffney
John Goodleaf wrote: Hello, I'm not on the list, so please CC me directly. Although I'm a reasonably competent Perl user I have never actually used it for CGI purposes, just for database querying/data munging. You can imagine my perpetual confusion at finding the Perl books in the "Web programming"

RE: Active 'back' buttons

2004-03-29 Thread Kipp, James
> > Hi guys. > > What's the 'usual' way (if there is one) of implementing an > 'active' back > button (which does the equivalent of the browser's back button but is > implemented in CGI code)? > It is usually done with javascript and pretty easy to do. Although you may already be aware of this

Re: Active 'back' buttons

2004-03-29 Thread Andrew Gaffney
Rob Dixon wrote: Hi guys. What's the 'usual' way (if there is one) of implementing an 'active' back button (which does the equivalent of the browser's back button but is implemented in CGI code)? If, say, I'm doing a database search and come up with a list of records, each of which can be clicked

CGI module comparison

2004-03-29 Thread John Goodleaf
Hello, I'm not on the list, so please CC me directly. Although I'm a reasonably competent Perl user I have never actually used it for CGI purposes, just for database querying/data munging. You can imagine my perpetual confusion at finding the Perl books in the "Web programming" section of the book

Re: Streaming a file to a remote user

2004-03-29 Thread Shaun Fryer
> 4. Decoded file is streamed to user, who saves the file locally. > Jason Below I've provided a starting point to answer your 4th question anyway. It doesn't have a proper strict style or complete error reporting, but it does work (last I checked) and should get you started. -- ===

Active 'back' buttons

2004-03-29 Thread Rob Dixon
Hi guys. What's the 'usual' way (if there is one) of implementing an 'active' back button (which does the equivalent of the browser's back button but is implemented in CGI code)? If, say, I'm doing a database search and come up with a list of records, each of which can be clicked on to provide th

Weekly list FAQ posting

2004-03-29 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addres