Re: why wont images in webpages created with perl show up?

2001-12-05 Thread Mel Matsuoka
in your browser. Aloha, mel -- mel matsuoka (vox)1.808.531.5474 Head Geek (fax)1.808.526.4040 Hawaiian Image Productions [EMAIL PROTECTED] http://hawaiianimage.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Fwd: Fw: PLEEEEEEEASE DONT BE SO STUPID!!!

2001-12-01 Thread Mel Matsuoka
://www.snopes.com), so you don't continue to embarrass yourself in public with dopey things like this. Aloha, mel -- mel matsuoka (vox)1.808.531.5474 Head Geek (fax)1.808.526.4040 Hawaiian Image Productions [EMAIL PROTECTED] http

Re: Simple Guestbook CGI.pm in @INC???

2001-10-23 Thread Mel Matsuoka
, $MAXSAVE, $TITLE, cur, @entries, $entry, }; (lots more code that I have no desire to comb through snipped ;)) What's with the cur bareword in the my block? And a my() declaration should not be enclosed with braces, but parenthesis. Aloha, mel -- mel matsuoka

Re: I want out, but I'm no idiot.

2001-10-21 Thread Mel Matsuoka
do. Report them to who? The Net Cops(tm) ? -- mel matsuoka (vox)1.808.531.5474 Head Geek (fax)1.808.526.4040 Hawaiian Image Productions [EMAIL PROTECTED] http://hawaiianimage.com -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: strange exclamation marks

2001-10-21 Thread Mel Matsuoka
, which says that text lines must not exceed 1000 characters. Aloha, mel -- mel matsuoka (vox)1.808.531.5474 Head Geek (fax)1.808.526.4040 Hawaiian Image Productions [EMAIL PROTECTED] http://hawaiianimage.com

Re: Free CGI Hosting?

2001-10-21 Thread Mel Matsuoka
. Hope this helps. Aloha, mel -- mel matsuoka (vox)1.808.531.5474 Head Geek (fax)1.808.526.4040 Hawaiian Image Productions [EMAIL PROTECTED] http://hawaiianimage.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Perl/Postgres hosting providers (WAS Re: How to save and retreive form)

2001-09-26 Thread Mel Matsuoka
At 12:02 PM 09/26/2001, Mel Matsuoka wrote: Agreed. Now if we could only get web hosting providers to agree as well. Replying to my own post...I was wondering if anyone here can make a recommendation on a GOOD hosting provider that supports Perl5 and PostgreSQL (and PHP4 as well, ideally). I

Re: whats the best cgi/perl book around?

2001-09-25 Thread Mel Matsuoka
Perl book reviews: http://www.sysarch.com/cgi-bin/perl_books Tom Christiansen's camel Critiques: language.perl.com/critiques/ Perlmonks review page: http://www.perlmonks.org/index.pl?node=Reviews Aloha, mel -- mel matsuoka Hawaiian Image Productions Chief Executive Alphageek

Re: securing sensitive information in CGI scripts

2001-09-04 Thread Mel Matsuoka
, mel -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: dynamic table help

2001-08-20 Thread Mel Matsuoka
generating a new table for each fetchrow. Aloha, mel -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: dynamic table help

2001-08-20 Thread Mel Matsuoka
this much easier to manage in my head than using temp arrays. HTH...Aloha. -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040 -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: dynamic table help

2001-08-20 Thread Mel Matsuoka
At 02:41 AM 08/20/2001, Mel Matsuoka wrote: td( [ 'First Name', $hashref-{'Firstname') ] ), td( [ 'Last Name', $hashref-{'Lastname') ] ), td( [ 'Phone Number', $hashref-{'Phonenum') ] ), Of course that should read: td( [ 'First Name', $hashref-{'Firstname

Re: NOT: very funny...

2001-08-08 Thread Mel Matsuoka
for the latter. Don't bother replying to the group on this subject, Too late, I just did ;) rant mode off Aloha, mel -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040

RE: How to open a http or https url, as if it was a file

2001-08-08 Thread Mel Matsuoka
in a CGI script, much like a standard SSI. So you couldn't just open() the URL as if its a local file. Aloha, mel -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040

RE: Perl Editors

2001-08-08 Thread Mel Matsuoka
...at least for me. Aloha, mel -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Perl Editors

2001-08-08 Thread Mel Matsuoka
At 02:59 PM 08/08/2001 -0700, Lynn Glessner wrote: Ultra-Edit has a perl-specific mode (color coding, automatic indenting, the normal) and has a killer save to FTP feature for doing your work on a windows station and automatically saving to a Unix box. Ultra-Edit has almost everything to

Re: href in CGI

2001-08-06 Thread Mel Matsuoka
://www.foo.bar'}, 'Text to link' ); HTH..Aloha, mel -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Creating Hypertext Links

2001-08-05 Thread Mel Matsuoka
use the methods in the standard CGI.pm module to create hrefs, but imho, the benefits of doing it that way aren't worth it, as far as readbility and maintenance are concerned. The documentaion for CGI.pm is at: http://stein.cshl.org/WWW/software/CGI/ HTH..Aloha, mel -- mel matsuoka

Re: Displaying Graphics

2001-08-05 Thread Mel Matsuoka
it. Is there something special I have to do to get it to work? img src=../420hawaii/images/p4p2.jpg% What's this for?^ Aloha, mel -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED

Re: Displaying Graphics

2001-08-05 Thread Mel Matsuoka
definitely cause the problem you describe. HTH...Aloha mel -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: book for newbee

2001-07-26 Thread Mel Matsuoka
Ovid's review at http://www.perlmonks.org/index.pl?node_id=21576lastnode_id=23304 Start with Randal Schwartz's Learning Perl or Andrew Johnson's Elements of Programming with Perl (the latter is better if you dont have any programming experience to begin with) Aloha, mel -- mel matsuoka

Re: File notOpening.........why?

2001-07-25 Thread Mel Matsuoka
of use-ing CGI.pm, you might as well use its functions instead of printing the headers out yourself. Aloha, mel -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040

Re: File notOpening.........why?

2001-07-25 Thread Mel Matsuoka
. There are places in the code where you say fine till here, but in reality, it shouldn't have been fine at all, because you would have seen the syntax errors pop up. HTH. Aloha, mel -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox

RE: e-mailing HTML form results

2001-07-20 Thread Mel Matsuoka
At 07:57 AM 07/20/2001 -0400, Helen Dickey wrote: Thank you so far. I now get (myfile).pl has too many errors. when I try my perl script. Is there any debugging tool for perl scripts? perldoc perldebug Aloha, mel -- mel matsuokaHawaiian Image Productions Chief Executive

Re: Do I use fork() for this?

2001-07-19 Thread Mel Matsuoka
a column on it. :) ^ I typed in Impressing hot chicks using obfuscated perl one-liners and didn't get any results from your search engine. Will you be writing a WebTechniques column about this important topic in the near future? Thank you for your help. -- mel matsuoka

Re: error info...

2001-07-19 Thread Mel Matsuoka
you did an error, it at least told the line # that i thinks the error is on? Use CGI::Carp qw/fatalsToBrowser/ -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040

Re: error info...

2001-07-19 Thread Mel Matsuoka
://www.ultraedit), which will make your coding life so much better. Notepad is good for writing hello world-level scripts, but in order to manage real programs and scripts, you need to have something more robust. Aloha, mel -- mel matsuoka Hawaiian Image Productions Chief Executive

Re: error info...

2001-07-19 Thread Mel Matsuoka
. I can tell you one thing though, elseif is NOT elsif ;) Try it for yourself and see what you come up with. aloha, mel -- mel matsuoka Hawaiian Image Productions Chief Executive Alphageek(vox)1.808.531.5474 [EMAIL PROTECTED](fax

Perl editors (WAS: Re: error info...)

2001-07-19 Thread Mel Matsuoka
Builder, you have to call up a seperate popup window to get a list of subroutines) Aloha, mel -- mel matsuoka Hawaiian Image Productions Chief Executive Alphageek(vox)1.808.531.5474 [EMAIL PROTECTED](fax)1.808.526.4040

Re: error info...

2001-07-19 Thread Mel Matsuoka
the terminator string as well. Make sure that your heredoc terminator is the ONLY thing on that line. HTH. Aloha mel -- mel matsuoka Hawaiian Image Productions Chief Executive Alphageek(vox)1.808.531.5474 [EMAIL PROTECTED](fax)1.808.526.4040

Re: error info...

2001-07-19 Thread Mel Matsuoka
disjointed and hard to follow...not to mention a PITA to reformat :) Aloha, mel -- mel matsuoka Hawaiian Image Productions Chief Executive Alphageek(vox)1.808.531.5474 [EMAIL PROTECTED](fax)1.808.526.4040 -- To unsubscribe

Re: Apache and cgi-bin directory - Redhat 7.1

2001-07-17 Thread Mel Matsuoka
at http://httpd.apache.org/ HTH...Aloha, mel -- mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Copy and past HTML into a perl script

2001-07-13 Thread Mel Matsuoka
. As several others have already mentioned... print ( 'The rain in $Spain' ); print ( 'The rain in $Spain' ); ...returns the following strings, respectively: The rain in $Spain The rain in $Spain This is on both Activestate Perl 5.6.1 on windows2000 and Perl on my Mandrake Linux box. -- mel

Re: Nasty

2001-07-13 Thread Mel Matsuoka
At 03:45 PM 07/13/2001 -0500, Camilo Gonzalez wrote: I don't work with a lot of programmers. I hope to get into a situation where I do. Is it fair to say the majority are *holes? A LOT of them are (just read c.l.p.m ;), but thier saving grace is that you can learn a LOT from them if you don't

Re: Nasty

2001-07-13 Thread Mel Matsuoka
and thus, things were secure. that sounds more like an excuse than an explanation. Let there be one mantra that ALL programmers must repeat to themselves over and over again until they go insane: Security through obscurity is NO security at all Aloha, mel -- mel matsuoka

Re: pop3 account

2001-07-11 Thread Mel Matsuoka
__ mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040

RE: dropping off a few decimal points

2001-07-10 Thread Mel Matsuoka
results. Use sprintf: print sprintf %.2f, $number; Aloha, mel __ mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040

Re: The binary file as CGI output

2001-07-10 Thread Mel Matsuoka
to be sent): Content-Type: application/octet-stream Accept-Ranges: bytes Content-Length: $fs Content-disposition: filename=downloaded.mp3 hth...aloha! mel mel matsuoka Hawaiian Image Productions Chief Executive

Re-inventing wheels (WAS re: Required Fields Module)

2001-07-10 Thread Mel Matsuoka
another wannabe perl hacker on lunch break, mel mel matsuoka Hawaiian Image Productions Chief Executive Alphageek(vox)1.808.531.5474 [EMAIL PROTECTED](fax)1.808.526.4040

Re: Re-inventing wheels (WAS re: Required Fields Module)

2001-07-10 Thread Mel Matsuoka
:) mel matsuoka Hawaiian Image Productions Chief Executive Alphageek(vox)1.808.531.5474 [EMAIL PROTECTED](fax)1.808.526.4040

Re: If I could get just one Perl Book what should it be?

2001-06-25 Thread Mel Matsuoka
the O'reilly Perl Cookbook is fabulous too (in the same vein as the Black Book). I know you only asked for one book, but I don't believe there is such a thing as THE book for learning perl matters :) Aloha, mel __ mel matsuoka

RE: If I could get just one Perl Book what should it be?

2001-06-25 Thread Mel Matsuoka
a User Friendly comicstrip book on Amazon the other day for only $3.88! Aloha, mel __ mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED

Re: Re: Running CGI's locally

2001-06-21 Thread Mel Matsuoka
the problem was just that I forgot to change the shebang line to point to the unix perl path! Aloha, mel __ mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED

Re: Extra INPUT TYPE=hidden NAME=.cgifields VALUE=ACTION ?

2001-06-21 Thread Mel Matsuoka
, and not assignED aloha, mel mel matsuoka Hawaiian Image Productions Chief Executive Alphageek(vox)1.808.531.5474 [EMAIL PROTECTED](fax)1.808.526.4040

Re: converting MS access DB to mysql

2001-06-19 Thread Mel Matsuoka
, but I've never used it so I cant comment on its worthiness. I also noticed something called MyAccess, which actually looks like the best of the bunch, if it works as it claims. http://www.accessmysql.com/ Hope this helps! Aloha, mel __ mel

Re: Telnet

2001-06-14 Thread Mel Matsuoka
__ mel matsuokaHawaiian Image Productions Chief Executive Alphageek (vox)1.808.531.5474 [EMAIL PROTECTED] (fax)1.808.526.4040