RE: CGI + Web Server running off of CDROM?

2001-02-22 Thread Dearing, Kevin D. (Cahners -Radnor)
Thank you tremendously! One more quick question.. Have you used this much? How did it stack up to your expectations? Any issues I should research? Regards, Kevin D. Dearing -Original Message- From: Mike King [SMTP:[EMAIL PROTECTED]] Sent: Thursday, Fe

RE: CGI + Web Server running off of CDROM?

2001-02-22 Thread Mike King
There is such a beast, look at http://www.demobuilder.com/ Microweb is what you need. Cheers Mike At 07:18 PM 2/22/01 -0500, Dearing, Kevin D. (Cahners -Radnor) wrote: >Hello Eric, >I was just wondering if you found a solution and success in the above topic >- running a CGI script on a CDROM?

RE: CGI + Web Server running off of CDROM?

2001-02-22 Thread Dearing, Kevin D. (Cahners -Radnor)
Hello Eric, I was just wondering if you found a solution and success in the above topic - running a CGI script on a CDROM? Any information at all would be most appreciated! Regards, Kevin D. Dearing -Original Message- From: Smith, Eric - WPAFB/YSXOI [SMTP:[EMAIL PR

Strange GET calls to one of my scripts...

2001-02-22 Thread Brian Steele
Hi Everyone: I noticed that my Perl error log was starting to fill up with "modification of a read-only value attempted" errors, so I had a look at my webserver's log file, and noticed that this happened when the user added something like "?" to a GET call to the script in question, e.g. /camera

RE: regex / a simple question

2001-02-22 Thread Andrew Hamm
-Original Message- From: Kristofer Wolff [mailto:[EMAIL PROTECTED]] I using: $p =~ s/\[\+(.*)\]//; -- Try $p =~ s/\[\+(.*?)\]//; or $p =~ s/\[\+(.*?)\]//g; to remove all of them. the ? after the * makes it "non-greedy" ie it attempts to collect the minimum m

RE: regex / a simple question

2001-02-22 Thread Andre Andreev
Title: RE: regex / a simple question Hello, thanks Jenda! $string = "1<2<3,4<5,6,7[+1,1,1]>[+1,1]><8,9[+1,2]>[+1]>[+]"; I've tried your $string =~ s/\[\+(.*?)\]//; Result:     1<2<3,4<5,6,7>[+1,1]><8,9[+1,2]>[+1]>[+] Then I've tried your: $string =~ s/

regular expression question...

2001-02-22 Thread Schiza, Apostolia (ISS Atlanta)
hello all, is there any regex that would do the following? Say that you have a file with these contents: 11251514245222Hello2Uback2435252525 13145252424241Hello2452626262626 Is there any regex that when looking for the string "Hello" it will detect the 'Hello' on the second line and not the fir

Re: regex / a simple question

2001-02-22 Thread Jenda Krynicky
> hi all, > > can anyone please help me ??? > > if got a string: > "1<1<1,1<1,1,1[+1,1,1]>[+1,1]><1,2[+1,2]>[+1]>[+]" > > and want to remove all "[...]" things, using a wrong regex, because mine > starts by the first [ and ends by the last "]" to remove. > : > <1<1,1<1,1,1 > > I using: > > $p

regex / a simple question

2001-02-22 Thread Kristofer Wolff
hi all, can anyone please help me ??? if got a string: "1<1<1,1<1,1,1[+1,1,1]>[+1,1]><1,2[+1,2]>[+1]>[+]" and want to remove all "[...]" things, using a wrong regex, because mine starts by the first [ and ends by the last "]" to remove. : <1<1,1<1,1,1 I using: $p =~ s/\[\+(.*)\]//; thanx Kr

Re: Simple Server/Client Code

2001-02-22 Thread Mark G. Franz
DO NOT GO TO THIS SITE! Errors and pop-up hell! No telling what else... -Original Message- From: Kristofer Wolff <[EMAIL PROTECTED]> To: Parry Troy <[EMAIL PROTECTED]>; perllist <[EMAIL PROTECTED]> Date: Thursday, February 22, 2001 3:31 AM Subject: AW: Simple Server/Client Code >there

Re: Simple Server/Client Code

2001-02-22 Thread Ron Grabowski
> project called WINAWAY, a free alternativ tp "pcanywhere" looks interesting. > > I read a artikle in a newsgroup. but the side was not fginished yesterday ! > > take a look VNC has been doing that for many years: http://www.uk.research.att.com/vnc/ _

RE: Simple Server/Client Code

2001-02-22 Thread Paul G. Weiss
BEWARE! The URL posted below is one of those pesky things that pop up a gazillion windows using Javascript and resist your desire to close it by popping up yet more windows. -P -Original Message- From: Kristofer Wolff [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2

AW: Simple Server/Client Code

2001-02-22 Thread Kristofer Wolff
there is a project called "NUCLEAR" on: http://nebula.spaceports.com/~nuclear/ i herard there get it in the beginning of march. Its a open source Server project called WINAWAY, a free alternativ tp "pcanywhere" looks interesting. I read a artikle in a newsgroup. but the side was not fginished ye