Re: Create virtual sites in IIS 5.0

2004-04-05 Thread Trevor Joerges
This is taken from the Win32 Perl Programming - The Standards Extension sample code which is available via roth.net (http://www.roth.net/redirect/home.asp?source=Extension2;key=extensions2_scr ipts). Great book for Win32 Admin in Perl - I own a copy. #!/usr/bin/perl -w use strict; # unbuffer Per

STDIN carryhover? input corrupted?

2004-04-05 Thread John S Brigham
hello, I have a web site that includes a Perl/MySQL database. The HTML form tag calls the script, the STDIN is parsed and put in the database. I have no problems with it. The next step is to learn to use the CGI module. I got this idea from watching the traffic on my e-mail. So I add a

Create virtual sites in IIS 5.0

2004-04-05 Thread Chris
Has anyone ever used perl to create virtual sites in IIS 5.0 (Win2k)? If so, how (what modules)? Regards, Chris ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: small text files give empty socket? -- SOLVED

2004-04-05 Thread michael higgins
Martin Leese wrote: michael higgins <[EMAIL PROTECTED] wrote: Hey, all -- [] Small binary files are fine, but no way of reading the file and printing to the socket has worked for the small text (html, etc.) files. -- mike higgins You might want to try: use FileHandle; STDOUT->autof

small text files give empty socket?

2004-04-05 Thread Martin Leese
michael higgins <[EMAIL PROTECTED] wrote: Hey, all -- I've been trying to write a small http server. It seems to work fine, but for one big problem I just can't get around. I'm hoping someone will know why this happens: When I read a _small_ text file, I can't get it to print to the socket, or

RE: How to get length of path-like variable?

2004-04-05 Thread Kalarness, Bill
-Original Message- From: Rob Dixon [mailto:[EMAIL PROTECTED] Sent: April 03, 2004 5:26 AM To: Kalarness, Bill Cc: PerlWin32Users Subject: Re: How to get length of path-like variable? Rob Dixon wrote: > > Kalarness, Bill wrote: > > > > Thanks for the suggestion. Unfortunately it doesn't

RE: How to get length of path-like variable?

2004-04-05 Thread Kalarness, Bill
Response below... I wish Outlook was configurable for top/bottom posting. -Original Message- From: michael higgins [mailto:[EMAIL PROTECTED] Sent: April 02, 2004 4:50 PM To: Kalarness, Bill Cc: PerlWin32Users Subject: Re: How to get length of path-like variable? Kalarness, Bill wrote: [