Installation of perl packages

2005-03-21 Thread Alan Peck
I found some nice packages on Dave Roth's website, which I downloaded the zip files. Now I am trying to install the packages. The packages came with no installation instruction file, so I tried copying the contents of the zip into the perl/site/Win32 directory then run the scripts, yet they fail

Re: LWP::UserAgent, get and post

2005-03-21 Thread $Bill Luebkert
Julian Brown wrote: > I am told I am living in the dark ages. > > Our website provides postback data for requests to our server. > > When a relevant event occurs we will post data to their URL and they > process the data we postback to them. > > All fine and dandy. > > Some of these people are

Re: installing Net::Dict under WinME

2005-03-21 Thread Randy Kobes
On Mon, 21 Mar 2005, Arnold Wiegert wrote: > After some googling, I have been able to install the Net-Dict stuff > manually and then as expected I ran into problems with AppConfig::Std. > > So I got the App-Config package from ActiveState and installed it - all > without problems using ppm, except

Re: installing Net::Dict under WinME

2005-03-21 Thread Sisyphus
- Original Message - From: "Arnold Wiegert" <[EMAIL PROTECTED]> To: "$Bill Luebkert" <[EMAIL PROTECTED]>; Sent: Tuesday, March 22, 2005 8:44 AM Subject: Re: installing Net::Dict under WinME > $Bill Luebkert wrote: > > > Arnold Wiegert wrote: > > > > >>That is what I have been doing for

Re: LWP::UserAgent, get and post

2005-03-21 Thread Rhesa Rozendaal
Julian Brown wrote: Our website provides postback data for requests to our server. When a relevant event occurs we will post data to their URL and they process the data we postback to them. Example: http://somedomain.com?id=3456&type=postback So LWP in it's current form cannot do this. 1) Am I li

LWP::UserAgent, get and post

2005-03-21 Thread Julian Brown
I am told I am living in the dark ages. Our website provides postback data for requests to our server. When a relevant event occurs we will post data to their URL and they process the data we postback to them. All fine and dandy. Some of these people are PHP programmers, which in itself is not a

Re: installing Net::Dict under WinME

2005-03-21 Thread Arnold Wiegert
$Bill Luebkert wrote: Arnold Wiegert wrote: That is what I have been doing for all other packages and that is why I'm so surprised that this particular package is giving me all these problems. It may well be another issue altogether - such as WinME or who knows what else. If the PPM install f

Re: The return of read or sysread is not what i want, why?

2005-03-21 Thread $Bill Luebkert
Luo Shuli wrote: > hello all. > > In windows 2000, i want to get width and height of the 24-bit bmp > file , connvert it from 24-bit to 16-bit. > > The following is from my program : > > open(FH_SUB, $file_name) || die "fail to open bmp file...$_"; >binmode(FH_SUB); > >rea

The return of read or sysread is not what i want, why?

2005-03-21 Thread Luo Shuli
hello all. In windows 2000, i want to get width and height of the 24-bit bmp file , connvert it from 24-bit to 16-bit. The following is from my program : open(FH_SUB, $file_name) || die "fail to open bmp file...$_"; binmode(FH_SUB); read(FH_SUB, $bits_per_pixel, 2, hex("0x001c")