Re: XML::LibXML on Cygwin

2005-05-23 Thread Gerrit P. Haase
marcos rebelo wrote: Just for the record: The subject is wrong, XML::XSLT is correct. XML::LibXML works ok: All tests successful, 1 test skipped. Files=22, Tests=1090, 75 wallclock secs (37.12 cusr + 25.31 csys = 62.44 CPU) /bin/make test -- OK It is possible to install this Perl module i

Re: perl2exe

2001-06-03 Thread Gerrit P. Haase
prachi shroff schrieb am 2001-06-01, 11:04: > Hi! > > I am tying to use the Perl2exe utility but am getting an error : " Invalid > Platform :win32 ". I am running Win2000 and installed the exact versions > recommended for the Perl I am using. Any suggestions on this will be great > help. Ind

Re: doubt about do/until

2001-06-03 Thread Gerrit P. Haase
[EMAIL PROTECTED] schrieb am 2001-05-31, 18:30: > Hi gurus, > In http://www.cpan.org/doc/FMTEYEWTK/is_numeric.html, ( Is it a > number? ), Tom Christiansen writes: > >-- > If you do care about ge

Re: unknown CPAN variables

2001-06-03 Thread Gerrit P. Haase
Paul Cotter schrieb am 2001-05-31, 16:28: > Can someone explain the following. The file /etc/inputrc certainly has the 'wrong' >lines in it, but I am loathe to delete them without understanding > what I am doing. (mmm, I wonder where I screwed up..) As the error messages show, you should choo

Re: 'while' confusion

2001-06-03 Thread Gerrit P. Haase
E. Alan Hogue schrieb am 2001-05-30, 20:56: Instead of this: > foreach $field (@fld_vals) { > while ($field = '') { you want that: == while ($field == '') { # '==' for ints, 'eq' for strings > push (@nulls,$id); > } > } > [...] > while statement was actually

Re: installing perl

2001-06-03 Thread Gerrit P. Haase
Gil Tucker [ateliermobile] schrieb am 2001-05-30, 10:09: >Hi everybody, > Does anybody knows the fastest and easiest way tzo > install Perl on Get IndigoPerl HERE: http://www.indigostar.com/ Apache already included. -gph -- =^..^=

Re: installing Mail-tools module in windows 2000

2001-05-27 Thread Gerrit P. Haase
Hendrik Van Belleghem schrieb am 2001-05-27, 14:43: > > That will only work with ActiveStates Perl. ActiveState == Microsoft. > > I quote : > "I am trying to install the MAIL::tools module in windows 2000." > > Therefor I can assume he's using ActivePerl... > Last time I check ActiveState wasn'

Re: installing Mail-tools module in windows 2000

2001-05-27 Thread Gerrit P. Haase
Hendrik Van Belleghem schrieb am 2001-05-26, 23:32: > > > I am trying to install the MAIL::tools module in windows 2000. According > > to the INSTALL file the steps to installation are: > > > >perl Makefile.PL > >make > >make test > >make install > > > > I was able to run the