OT: nntp messages

2005-05-08 Thread Ing. Branislav Gerzo
Hi all, a little OT maybe, but anyone knows how to get through nntp (I don't want web mirror) all messages from comp.lang.perl.moderated ? My provider doesn't support news server, so I have to use some free. I found free nntp servers at: http://www.elfqrin.com/hacklab/pages/nntpserv.php but when I

How to install Gtk2 on Windows XP Pro/ActiveState 5.8+?

2005-05-08 Thread Siegfried Heintze
I type $ perl -MCPAN -e 'install "Gtk2"' I get these errors (below). Can someone tell me what I am doing wrong? Thanks, Siegfried CPAN.pm: Going to build T/TS/TSCH/Gtk2-1.081.tar.gz Can't locate ExtUtils/Depends.pm in @INC (@INC contains: c:/Perl/lib c:/Perl/si e/lib .)

Wanted: Help fixing Failing Installation Tests for Java::Swing

2005-05-08 Thread Siegfried Heintze
I'm trying to install Java::Swing on ActiveState Perl 5.8+ on windows. Is this an appropriate forum for soliciting for help on this? After studying the source code for the failing test, I see the problem: In the test, we specify BEGIN { $ENV{CLASSPATH} .= 'java'; } This means we sho

RE: seek(FH, 0,0) not working

2005-05-08 Thread TapasranjanMohapatra
-Original Message- From: N. Ganesh Babu [mailto:[EMAIL PROTECTED] Sent: Mon 5/9/2005 10:27 AM To: Perl Beginners List Subject: seek(FH, 0,0) not working Dear All, In the attached file, the date is present in the last line. My requirement is to capture the date and fill it in the date

Re: seek(FH, 0,0) not working

2005-05-08 Thread Offer Kaye
On 5/9/05, N. Ganesh Babu wrote: > Dear All, > > In the attached file, the date is present in the last line. My > requirement is to capture the date and fill it in the date field from > the line 1. after capturing the date through regular expression I am > using seek(FH,0,0) to goto the beginning

seek(FH, 0,0) not working

2005-05-08 Thread N. Ganesh Babu
Dear All, In the attached file, the date is present in the last line. My requirement is to capture the date and fill it in the date field from the line 1. after capturing the date through regular expression I am using seek(FH,0,0) to goto the beginning of the file. But it has no effect. My code

Re: convert image sizes

2005-05-08 Thread robert johnson
Imager doesnt seem to work on my Win32 build. is that the case, or is there a fix or maybe something else i should use? i, too, need to resize a boatload of images, but cant seem to get any image manipulation tools to work right on my win32 perl build. Gimp-Perl has been a nightmare for me tryin

Re: The last element

2005-05-08 Thread Paul D. Kraus
> How can I call the last element in the array? use strict; use warnings; my @array = qw/ one two three /; print $#array . "\n"; print $array[$#array] . "\n"; $#array gives you the last element. So my array has three elements but counting starts at zero. so my last element is two. Hope this hel

new Beginner

2005-05-08 Thread Ashraf brzy
Hi All use strict; use warnings; my $name ="Ashraf"; my $need ="Learn perl"; $need.="and to help"; if(ican){i well do;} ___END___ =Thanks Ashraf -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]