Re: PERL and HTML question...

2001-08-07 Thread Tom Malone
and probably more accurate) information about which browsers support different standards and how they implement them. Try webreference.com Tom Malone http://www.tom-malone.com On Tuesday 07 August 2001 1:46, you wrote: > Dear List, > > print< > HELLO WOLRD! >

Re: Did I violate?

2001-08-06 Thread Tom Malone
do by writing Perl scripts? and Does anyone knwo of any websites / other resources for tutorials or getting started with writing scripts in Perl for GAIM? Are there any other requirements for it I should know about? TIA Tom Malone -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Did I violate?

2001-08-06 Thread Tom Malone
Is that what my problem was (why nobody responded)? Because a lot of people didn't know what GAIM was? I hadn't expected that windows users would be familiar with it, but I thought most Linux people would know about it. Tom -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Did I violate?

2001-08-06 Thread Tom Malone
g that satisfied my questions, so that's why I posted. Could someone please tell me if I somehow violated the list's rules? Thanks Tom Malone -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Perl Scripts for GAIM

2001-08-05 Thread Tom Malone
mming experience has been with PHP and JavaScript). I'd be grateful if anyone could help me out. TIA Tom Malone -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

GAIM && Perl

2001-08-04 Thread Tom Malone
mming experience has been with PHP and JavaScript). I'd be grateful if anyone could help me out. TIA Tom Malone -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

GAIM

2001-08-04 Thread Tom Malone
? I'm just wondering what sort of stuff is possible with Perl for GAIM... TIA Tom Malone -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: foreach question

2001-07-24 Thread Tom Malone
OK - that clears it up - thanks! Tom -Original Message- From: Mooney Christophe-CMOONEY1 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 5:03 PM To: Perl List Subject: RE: foreach question It's talking about stuff like this: $_='a,b,c,d,e,f,g,h,i,j,k,l'; foreach $word (split /

foreach question

2001-07-24 Thread Tom Malone
I am also a newbie, and I'm also currently on Chapter four of O'Reilly's Learning Perl. I just have a simple question about something I just read which confused me... In CH4, in the section on foreach loops, the book says, "If the list you are iterating over is made of real variables rather than

RE: pls help

2001-07-22 Thread Tom Malone
Sorry for the stupid question - I was just having problems because I downloaded the wrong version of the windows installer program. Doh! Tom -Original Message- From: Jos I. Boumans [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 22, 2001 8:02 AM To: [EMAIL PROTECTED]; Perl List Subject: Re

pls help

2001-07-21 Thread Tom Malone
Hi all This amy seem a little silly, but I've checked perl.com, perl.org, and activestate.com and cannot find instructions for installing Perl on windows (i have ME). Can someone point me to an installation guide for Perl on win32? Thanks! Tom -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: stupid question

2001-07-20 Thread Tom Malone
Can someone tell me what "use strict;" means? Someone told me to use it, but I don't know what it means and it (in combination with something else I did, I'm sure) is causing a 500 internal server error in my very simple script Thanks Tom -Original Message- From: Randal L. Schwartz [mail

RE: stupid question

2001-07-19 Thread Tom Malone
pd server do you use? Scott Carmichael http://jobeus.net/ icq: 445472 -----Original Message- From: Tom Malone [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 10:08 PM To: Perl List Subject: RE: stupid question Ok -COOL - it worked... Thanks for such speedy assistance!!! Just one mor

RE: stupid question

2001-07-19 Thread Tom Malone
in a *nix shell, but you're using it on the web, so you have to add this line just below the shebang: print "Content-type:text/html\n\n"; -----Original Message- From: Tom Malone [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 11:53 PM To: [EMAIL PROTECTED] Subject: stu

stupid question

2001-07-19 Thread Tom Malone
I know this is a simple, stupid question, but i can't seem to find the answer. I've never used Perl before - only PHP. NOt very familiar with unix either... I'm trying to get this hello world script to work - I have the shebang - #!/usr/bin/perl at the beginning of the file, and verified with my h