Tk 8.04

2004-10-11 Thread Wayne Simmons
Can anyone tell me where to get Tk 8.04? It seems to have come with the default install for Perl 5.8.4 (build 810) but I've got some other machines that have Perl v5.8.3 (build 809) and I was hopping not to have to upgrade perl entirely just to get the bundled TK packages. Perhaps I can get them

Re: Use of uninitialized value in string eq at ./GenSnort.pl line 15.

2004-10-11 Thread $Bill Luebkert
Kamal Ahmed wrote: > Hi, > > Here is a Snippit, due to which I am getting an error:Use of > uninitialized value in string eq at ./GenSnort.pl line 15. > > Now if I have a Scalar $nextArg, how do I initialize it ? > > Thanks in Advance, > > -Kamal. > > - > > #!/usr/bin

RE: :RSS and description text

2004-10-11 Thread Gary Nielson
Duh! The solution was simple, when I stopped trying to make it complicated :) link=> "http://www.$pub.com/mld/$pub/rss/"; . $token->[1]{href}, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Nielson Sent: Saturday, October 09, 2004 5

Use of uninitialized value in string eq at ./GenSnort.pl line 15.

2004-10-11 Thread Kamal Ahmed
Hi, Here is a Snippit, due to which I am getting an error:Use of uninitialized value in string eq at ./GenSnort.pl line 15. Now if I have a Scalar $nextArg, how do I initialize it ? Thanks in Advance, -Kamal. - #!/usr/bin/perl -w use Time::HiRes qw(gettimeofday);

RE: :RSS

2004-10-11 Thread stephane HAbeTT roux
Hello, Thank you so much Charles. My main mistake was to confuse an object and a reference to an hash. This now works as expected. I'll keep in mind all thoses nice advice you gave me about being strict, limited import, double quotes, ... Have a pleasant day. -- |":._.:"| http://habett.com/ |

RE: :RSS

2004-10-11 Thread Charles K. Clarkson
stephane HAbeTT roux <[EMAIL PROTECTED]> wrote: : #!perl -w : # HAbeTT.org image RSS selector Always use strict. use strict; : use XML::RSS; : use LWP::Simple; All we need to import is get(). use LWP::Simple 'get'; : # URL of the initial feed : $url = 'http://habett.com/interfa

RE: :RSS

2004-10-11 Thread stephane HAbeTT roux
In <[EMAIL PROTECTED]>, Brian Raven wrote: > stephane HAbeTT roux wrote: > > In <[EMAIL PROTECTED]>, Charles K. Clarkson > > wrote: > > > >> stephane HAbeTT roux <[EMAIL PROTECTED]> wrote: > >> > >>> I have problems with the XML::RSS (1.02) module and ActivePerl > >>> (5.8.4.810). > >>> > >>>

RE: :RSS

2004-10-11 Thread Brian Raven
stephane HAbeTT roux wrote: > In <[EMAIL PROTECTED]>, Charles K. Clarkson > wrote: > >> stephane HAbeTT roux <[EMAIL PROTECTED]> wrote: >> >>> I have problems with the XML::RSS (1.02) module and ActivePerl >>> (5.8.4.810). >>> >>> Whatever I try, I get >>> >>> Use of uninitialized value in su

RE: :RSS

2004-10-11 Thread stephane HAbeTT roux
In <[EMAIL PROTECTED]>, Charles K. Clarkson wrote: > stephane HAbeTT roux <[EMAIL PROTECTED]> wrote: > > : I have problems with the XML::RSS (1.02) module and ActivePerl > : (5.8.4.810). > : > : Whatever I try, I get > : > : Use of uninitialized value in subroutine entry at > : C:/Perl/site/

RE: :RSS

2004-10-11 Thread Charles K. Clarkson
stephane HAbeTT roux <[EMAIL PROTECTED]> wrote: : I have problems with the XML::RSS (1.02) module and ActivePerl : (5.8.4.810). : : Whatever I try, I get : : Use of uninitialized value in subroutine entry at : C:/Perl/site/lib/XML/Parser/Expat.pm line 474. : : no element found at line 1, col

GD::Barcode object to Win32::Printer

2004-10-11 Thread extern . Lars . Oeschey
Hi, can anyone give me a hint, how I could get a image generated with GD::Barcode into Win32::Printer for printing? Lars ___ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs