RE: IO::Socket - errors from auto bind and listen when new()

2000-11-24 Thread erskine, michael
Aha! When run on my local Unix box I get... After $l1, $l1-error() = '0' and $! = ''. $l1-sockport() = '2070'. IO::Socket::INET: Address already in use at blockedport.pl line 18 Can't call method "error" on an undefined value at blockedport.pl line 24. So it is a windows implimentation of

RE: IO::Socket - errors from auto bind and listen when new()

2000-11-24 Thread erskine, michael
-Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] Sent: 24 November 2000 12:53 To: erskine, michael Cc: '[EMAIL PROTECTED]' Subject: Re: IO::Socket - errors from auto bind and listen when new() If you have a C compiler, try writing it in C on Windoze. If it fails

RE: while loop and DBI

2000-11-24 Thread Gregory_Griffiths
Dan, can you provide some source code please, as there are loads of possible problems. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 24 November 2000 16:48 To: [EMAIL PROTECTED] Subject: FW: while loop and DBI Hi all, I don't want to

Problem download pages with perl script

2000-11-24 Thread Aulagne, Nicolas
Hi I'm using a perl script to download file from internet For simple site, using only html pages, it works. But, when I'm trying to download a html page from a site using, for example, a domino server, that doesn't work. The URL is like http://x/xx?opendocument The Perl script

Impersonation IIS 4.0

2000-11-24 Thread fp . coetzee
Hi, I might (must?) be missing something obvious, but would appreciate thoughts on this... I would like to do the following: * Use a CGI form for a user to logon * Test the user name password against a local list/database * Log the user into the web server with a specific NT user depending on

Doesn't onClick event work inside the table

2000-11-24 Thread Frazier, Joe Jr
This is the Perl Win32 Users list. It is not devedge.netscape.com or msdn.microsoft.com, groups where JavaScript matters are regullarly dealt with in a most efficient manner. This is not even the Perl Win32 Web list, where such questions have not met an alltogether agressive response.

Re: IO::Socket - errors from auto bind and listen when new()

2000-11-24 Thread $Bill Luebkert
"erskine, michael" wrote: When creating a new listening socket filehandle with IO::Socket::INET-new() I can't seem to detect when it fails at the automatic bind or listen stage; e.g.: - #! perl -w use strict; use IO::Socket; use IO::Select; my $l1 = IO::Socket::INET-new( Proto

Re: IO::Socket - errors from auto bind and listen when new()

2000-11-24 Thread $Bill Luebkert
"erskine, michael" wrote: -Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] Sent: 24 November 2000 10:35 To: erskine, michael Cc: [EMAIL PROTECTED] Subject: Re: IO::Socket - errors from auto bind and listen when new() it shows there are actually two

Re: funny cgi stuff

2000-11-24 Thread Jon Bjornstad
to help we'd need to see the actual program and the input form you are processing. perhaps the user clears the default values from the fields and presses submit! you need to check for blank fields even if there are defaults. Eric Mosley wrote: Obviously not funny ha ha - but funny

Re: IO::Socket - errors from auto bind and listen when new()

2000-11-24 Thread John Cope
From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] To: erskine, michael Subject: Re: IO::Socket - errors from auto bind and listen when new() If you have a C compiler, try writing it in C on Windoze. If it fails the same as Perl imp, it's probably a M$ thingy. If it works, there may be