Re: Identifying Server Type

2001-07-31 Thread David Labatte
Or you could visit http://uptime.netcraft.com/up/graph/ and type the name of the web site in. Not as much fun as telnet, but they have such pretty graphs :) > To get the server, you can send a telnet request to port 80 and read the > header: > > On Tue, 31 Jul 2001, Frank J. Schmuck wrote:

Re: Nasty

2001-07-13 Thread David Labatte
lion oysters can't be wrong Canadian Consulting Services' pet perl hacker David Labatte [EMAIL PROTECTED]

Re: breakable loop???

2001-07-12 Thread David Labatte
st hit enter, and reboot... > Anyhow, someone suggested that I do it with threads... > how would I do this? > -- Perl, because 600 billion oysters can't be wrong Canadian Consulting Services' pet perl hacker David Labatte [EMAIL PROTECTED]

Re: Problem with my code

2001-06-27 Thread David Labatte
ntent_type("application/x-www-form-urlencoded"); > $john = > qw(order=symbol&include=""&*limit=0&_Species_key=""&op:symname=begins&); > $john .= qw(symname=abl1); > $jonh.=qw(&symnameBreadth=CWS&cmp_Species_key=""); > my $res = $ua->request($req); > print $res->code,'\n'; > > Thank you, > > Greg Touchton\\ /=| > 540-552-5967 \\ // =| > 338 Shenandoah Cir \// =| -- Perl, because 600 billion oysters can't be wrong Canadian Consulting Services' pet perl hacker David Labatte [EMAIL PROTECTED]

Re: Extra ?

2001-06-21 Thread David Labatte
; >> : = assigned to > >> : === scalar > >> : -- Perl, because 600 billion oysters can't be wrong Canadian Consulting Services' pet perl hacker David Labatte [EMAIL PROTECTED]

Re: Something wrong with my one line code

2001-06-15 Thread David Labatte
ead here, but for readability why not try something like: print qq|\n|; And make use of perl's quoting facilities? It's much cleaner and won't give you a headache when you read it. -- Perl, because 600 billion oysters can't be wrong Canadian Consulting Services' pet perl hacker David Labatte [EMAIL PROTECTED]

Re: INSERTing problems

2001-06-07 Thread David Labatte
ion oysters can't be wrong Canadian Consulting Services' pet perl hacker David Labatte [EMAIL PROTECTED]

Re: How to pass form data between two CGI's ?

2001-06-05 Thread David Labatte
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - > Tom O'Brien > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- Perl, because 600 billion oysters can't be wrong Canadian Consulting Services' pet perl hacker David Labatte [EMAIL PROTECTED]

Re: testing null strings for form field values

2001-06-04 Thread David Labatte
Randal is of course right. I apologize for my extremely confusing and idiom riddled post. "Randal L. Schwartz" wrote: > >>>>> "David" == David Labatte <[EMAIL PROTECTED]> writes: > > David> The why though is most likely that: undef ne '

Re: testing null strings for form field values

2001-06-04 Thread David Labatte
-list@ > > thanks!! > -charles -- Perl, because 600 billion oysters can't be wrong Canadian Consulting Services' pet perl hacker David Labatte [EMAIL PROTECTED]