Re: REQ concise steps for setting up a socket

2001-08-26 Thread Jim Conner
At 07:10 PM 08.26.2001 -0700, Peter Scott wrote: >At 08:56 PM 8/26/01 -0400, Jim Conner wrote: >>I have looked all over the place for something about the basic steps to >>setting up a tcp socket in Perl using Socket.pm and I simply cannot find >>it. I am using Socket.pm and I need to know if any

Re: REQ concise steps for setting up a socket

2001-08-26 Thread Peter Scott
At 08:56 PM 8/26/01 -0400, Jim Conner wrote: >I have looked all over the place for something about the basic steps to >setting up a tcp socket in Perl using Socket.pm and I simply cannot find >it. I am using Socket.pm and I need to know if anyone out there would be >willing to provide this. >No

issue #338

2001-08-26 Thread Lance Palmer
Anyone know why I have have been seant about 30 copies of issue #338 of the digest. Its getting a bit annoying. -Lance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

help w/ a beginning CGI - not writing to data file

2001-08-26 Thread Danny Reyna
help - im new to perl and ive downloaded a simple perl script that im trying to run on my computer -i use the updated version of indigo perl on win98 -listed below are the html and scripts -can someone tell me where i am going wrong note: if i add line open(OUTF,">>/cgi-bin/survey.out") then

Re: Perl/TK GUI IDE? Does one exist?

2001-08-26 Thread Pete Sergeant
Pierre the Fighter Pilot Wrote: --- As some of you know... developing TK can be time consuming. Does anyone know, even in its simplest form, of a perl TK IDE tool? Idealy on the windows platform. Perl Builder doesn't really have a VC++ style IDE where you can create yo

Re[10]: Stripping line breaks

2001-08-26 Thread Maxim Berlin
Hello Christopher, Sunday, August 26, 2001, Christopher Solomon <[EMAIL PROTECTED]> wrote: [] >> CS> or am I misunderstanding you? >> >> may be. >> example: >> >> $regex=; chomp $regex; >> $variable=; chomp $variable; >> $a =~ s!$variable!$regex!; >> CS> Well, in this case, I don't see a prob