Re: Perl equivelant

2005-05-02 Thread Chris Devers
On Mon, 2 May 2005, Mike Blezien wrote: > Hoping we have some expert MySQL Function to perl function people on > the list. > > Is there an equivelant function in perl for converting IP's, the same > as MySQL functions: INET_ATON('IP_ADDRESS_STR') and INET_NTOA('STR') I assume you're describing

Re: Perl equivelant

2005-05-02 Thread Mike Blezien
Sean Davis wrote: - Original Message - From: "Mike Blezien" <[EMAIL PROTECTED]> To: "Perl List" Sent: Monday, May 02, 2005 8:20 PM Subject: Perl equivelant Hello, Hoping we have some expert MySQL Function to perl function people on the list. Is there an equivelant function in perl for c

Re: Perl equivelant

2005-05-02 Thread Brad Lhotsky
perldoc Socket essentially, just lay off the shift key. On Mon, May 02, 2005 at 07:20:03PM -0500, Mike Blezien wrote: > Hello, > > Hoping we have some expert MySQL Function to perl function people on the > list. > > Is there an equivelant function in perl for converting IP's, the same as > My

Re: Perl equivelant

2005-05-02 Thread Sean Davis
- Original Message - From: "Mike Blezien" <[EMAIL PROTECTED]> To: "Perl List" Sent: Monday, May 02, 2005 8:20 PM Subject: Perl equivelant Hello, Hoping we have some expert MySQL Function to perl function people on the list. Is there an equivelant function in perl for converting IP's,