Re: Constant Question

2002-08-28 Thread Exile
Is that another for loop be helpful ? - Original Message - From: "Timothy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 11:35 AM Subject: Constant Question > I am building an array of Tk button and each button will invoke the > same subroutine. However I

Re: Where to start ? Listening to a port ...

2002-08-25 Thread Exile
days without sleep on study Perl and those network programming. Perl is not really stranger to me now. And I guess I gonna addict on Perl now.. Is that why Mr Drieux( Is that him? ) said that Perl is Evil? Best wishes, Exile ([EMAIL PROTECTED]) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re:Re: types of datas

2001-06-26 Thread Exile
t;>>they're really equals, the program say they are'nt. >>> >>>Is ther a function to convert a value into an integer ? - Original Message - From: Michael Fowler <[EMAIL PROTECTED]> To: Exile <[EMAIL PROTECTED]> Cc: PERL <[EMAIL PROTECTED]>

Re: types of datas

2001-06-26 Thread Exile
Q1. simply use this : if (($a =~ $b) && ($b =~ $a)) { $match = "Y" } Q2. $integer = int($value) - Original Message - From: Stéphane JEAN BAPTISTE <[EMAIL PROTECTED]> To: PERL <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 9:05 PM Subject: types of datas Hi! I get a value from a U