RE: Remove Email of [EMAIL PROTECTED]

2005-01-06 Thread Robert Johnson
Title: Message Hey Frank, these damn things justnever work right, do they? Try following this link, it should help -- PleaseDaddy Make It Stop1 Best, Robert -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank75063Sent:

getsockopt

2005-01-06 Thread John Serink
Hi All: Anybody know how to properly unpack this: my $linger = getsockopt($sock,SOL_SOCKET,SO_LINGER); I've tried every option but I can't make sense of the response. $linger is 4 bytes long according to length($linger) so it did return... I just can't figure out how to unpack the response. Have

RE: getsockopt

2005-01-06 Thread h-taguchi
I did it some years ago, Solaris is good, hoping... my ($rcFLAG,$rcVAL) = unpack("II", getsockopt($new_sock, SOL_SOCKET, SO_LINGER)); print " ret from SO_LINGER = ($rcFLAG/$rcVAL)\n"; $RC = getsockopt($new_sock, SOL_SOCKET, SO_LINGER); $RC = unpack("H*",$RC); print "

Re: getsockopt

2005-01-06 Thread $Bill Luebkert
John Serink wrote: Hi All: Anybody know how to properly unpack this: my $linger = getsockopt($sock,SOL_SOCKET,SO_LINGER); I've tried every option but I can't make sense of the response. $linger is 4 bytes long according to length($linger) so it did return... I just can't figure out how

RE: Help on ppm

2005-01-06 Thread Randy Kobes
On Thu, 6 Jan 2005 [EMAIL PROTECTED] wrote: Thanks for reply. I'm not sure what caused that error - it may be the download got corrupted. If you try again, does the same error consistently arise? Yes, I get the same error. (I can do it with my another PC without proxy.)

RE: Remove Email of [EMAIL PROTECTED]

2005-01-06 Thread Ted Schuerzinger
Robert Johnson graced perl with these words of wisdom: This is a multi-part message in MIME format. --=_NextPart_000_0016_01C4F384.A61FEFC0 Hey Frank, these damn things just never work right, do they? You're right: posting in MIME never works right. :-) -- Ted fedya at bestweb

how do I set the locale

2005-01-06 Thread Tadhg Crowley
Hi Is there a system call in Win32:Perl to simply set the system codepage (i.e. full codepage - locale data and native character display)? I'm using WinXP. I do not need to manipulate any extended characters from Perl, I just need to set the system codepage, reboot and then do some processing of

RE: Help on ppm

2005-01-06 Thread h-taguchi
Thank you so much about teaching me a lot. I've learned much about ppm and LWP. My env vars were: HTTP_proxy http://111.22.333.444:8000/ HTTP_proxy_user taguti HTTP_proxy_pass pass I changed HTTP_proxy like: HTTP_proxy http://taguti:[EMAIL PROTECTED]:8000/

RE: getsockopt--Solution on Win32

2005-01-06 Thread John Serink
Ok, from: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock /winsock/linger_2.asp You'll note that using Winsock the linger structure is: typedef struct linger { u_short l_onoff; u_short l_linger; } linger; While from: http://www.rt.com/man/getsockopt.2.html The linus

Re: getsockopt--Solution on Win32

2005-01-06 Thread $Bill Luebkert
John Serink wrote: Ok, from: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock /winsock/linger_2.asp You'll note that using Winsock the linger structure is: typedef struct linger { u_short l_onoff; u_short l_linger; } linger; Too bad the orig post didn't

RE: getsockopt--Solution on Win32

2005-01-06 Thread John Serink
Hi Bill: Thanx for that! Got Stein's Network programming With Perl and he alos have the unit struc in it as does allthe online docs. Just one of those things. Also, in Windows SO-LINGER appears to be off, or set to zero by default. Will do an OS check before I setup the socket to make the

GIMP-PERL on Windows ?

2005-01-06 Thread Robert Johnson
Is this even possible? I'm having a helluvatime finding any information on installign the Gimp-Perl modules in a windows environment. (every time I try, it never works) If anyone has a hint for me, please let me know Thanks, Rob ___ Perl-Win32-Users