Re: simple sockets

2001-10-20 Thread Florentin Ionescu
Hi all, Can you please elaborate why"defined(<$new_sock>)" does not assign data to $_ ? My understanding was that although redundant behavior in both cases should be identical. Thank you, Florentin. - Original Message - From: "Michael Fowler" <[EMAIL PROTECTED]> To: "zentara" <[EMAIL P

regex

2001-10-04 Thread Florentin Ionescu
I am trying to extract "xvar" from a string like $a="la la la set /Y xvar= yval".- the switch /y can exist or not. $a=~s#.*[Ss][Ee][Tt]\s+(\/\w?)\s+(\w+)=.*#$1#; Why doesn't this get "xvar" from $a ? Thank you for participation, Florentin. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Win32::NetAdmin

2001-09-21 Thread Florentin Ionescu
I am just following the thread... question is off-topic. Win32::OLE is well documented but my question is : where _exactly_ is documented this "Win32 API" ? Where are documented these objects and available methods ? Thank you for your participation. Florentin. - Original Message - From