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
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
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
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);
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/
|
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
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).
> >>>
> >>>
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
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/
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
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
11 matches
Mail list logo