[32496] in Perl-Users-Digest
Perl-Users Digest, Issue: 3761 Volume: 11
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sun Aug 19 06:09:16 2012
Date: Sun, 19 Aug 2012 03:09:02 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Sun, 19 Aug 2012 Volume: 11 Number: 3761
Today's topics:
Re: Click in a radio button <nick@maproom.co.uk>
Re: number of starting tabs <rweikusat@mssgmbh.com>
Re: using cpan effectively <dank@kgb.org>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Sat, 18 Aug 2012 14:26:57 +0100
From: Nick Wedd <nick@maproom.co.uk>
Subject: Re: Click in a radio button
Message-Id: <xo2dnYQrEPG9BbLNnZ2dnUVZ8t2dnZ2d@bt.com>
On 07/08/2012 14:00, contracer wrote:
> Hi,
> I'm a newbee in Perl, and I'd like know if I can click specific radio
> button in a web page with Perl.
Yes, you can use Perl to create the source code for a web page with
radio buttons in it. And someone viewing the page can of course click
these buttons.
> This page haves 30 radio buttons. This page is made in Javascript,
I doubt it. I suspect the page is made in html, and includes some
Javascript.
Maybe the page contains Javascript that does something when a viewer of
the page clicks the buttons, maybe it doesn't. If you did not create
any such Javascript, you may want to add some.
> and I can't see tags in source code,
> but looking in the web page all buttons haves names.
I don't know what you mean by "tags" in this context. Is the page on
the web somewhere? If it is, it might help if you gave its URL.
> Thanks.
>
Nick
------------------------------
Date: Sat, 18 Aug 2012 17:28:15 +0100
From: Rainer Weikusat <rweikusat@mssgmbh.com>
Subject: Re: number of starting tabs
Message-Id: <87d32orwps.fsf@sapphire.mobileactivedefense.com>
Rainer Weikusat <rweikusat@mssgmbh.com> writes:
> "George Mpouras" <nospam.gravitalsun@hotmail.com.nospam> writes:
>> $tabs = 0;
>> $ARGV[0] =~ /[^\t]/ and $tabs = $-[0];
>>
>> print("$tabs starting tabs\n");
>>
>>
>> this is impressive.
>
> It shouldn't be.
Especially since it is broken :-): $tabs will be zero if the examined
string contains nothing but \t characters.
------------------------------
Date: Sat, 18 Aug 2012 11:46:19 -0500
From: =?iso-8859-1?b?RORuayA0Mtg=?= <dank@kgb.org>
Subject: Re: using cpan effectively
Message-Id: <Z9udnTJjdMVGW7LNnZ2dnUVZ_t6dnZ2d@earthlink.com>
On Tue, 14 Aug 2012 23:15:08 -0600, Cal Dershowitz wrote:
> I seem to have wiped out my previous perl install when updating ubuntu,
> so I'm back to square one. I've installed cpan, Data::Dumper, YAML,
> File::Slurp successfully, but hit a snag when installing Image::Magick.
>
> What does a person do when make install fails? The particular error
> looks to be:
>
> [can only paste as quotation]
>> CPAN.pm: Going to build J/JC/JCRISTY/PerlMagick-6.77.tar.gz
>>
>> Checking if your kit is complete...
>> Looks good Note (probably harmless): No library found for -lMagickCore
>
> ...
>> Magick.xs:60:31: fatal error: magick/MagickCore.h: No such file or
>> directory compilation terminated.
>
> They give a help link at cpan, and I didn't see this issue there.
>
> Beyond this particular issue, what modules would you install and play
> with a bit just to be familiar with them and have them?
>
> Thanks for your comment,
I had the same problem, and I kind of forgot what I did, but I think I
just installed ImageMagick via the apt repository (I'm assuming you are
using Linux), and it installed the perl module.
sudo apt-get install imagemagick
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
Back issues are available via anonymous ftp from
ftp://cil-www.oce.orst.edu/pub/perl/old-digests.
#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V11 Issue 3761
***************************************