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
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
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 - 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
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
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