[26081] in Perl-Users-Digest

home help back first fref pref prev next nref lref last post

Perl-Users Digest, Issue: 8282 Volume: 10

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Wed Jul 27 14:05:24 2005

Date: Wed, 27 Jul 2005 11:05:05 -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           Wed, 27 Jul 2005     Volume: 10 Number: 8282

Today's topics:
    Re: Active State Perl jane@rifill.com
    Re: Active State Perl <zawrotny@sb.fsu.edu>
    Re: Perl performance issue <comdog@panix.com>
        tied hash  <konrad@gaisler.com>
    Re: Wget-like for Perl <tadmc@augustmail.com>
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

----------------------------------------------------------------------

Date: Wed, 27 Jul 2005 13:20:26 GMT
From: jane@rifill.com
Subject: Re: Active State Perl
Message-Id: <2v1fe1lsit9j16m7n0pmjnpkfq9bv044ob@4ax.com>

Hi Mike



On 27 Jul 2005 12:43:15 GMT, Michael Zawrotny <zawrotny@sb.fsu.edu> wrote:

>On Tue, 26 Jul 2005 23:12:12 GMT, Bob Walton <see.sig@rochester.rr.com> wrote:
>> 
>>  The executables on the imagemagick web site will install 
>>  standalone Imagemagick.  If that is what you want, fine.
>
>When I installed them a couple of months ago, there was an option to
>install the module in addition to the standalone utilities.  It
>worked, but for some strange reason, I had to run through the
>installer twice to be able to use the module.

Hmmmmmmmm  now that brings me to my fault that I had when I installed the imagemagick
There was a tick box to install perlmagick BUT when I looked in the perl folder it was not
installed and comes back with a error  when I run a perl script use Image::Magick.

So do not know what I have done wrong with the install.

Stuck now

Jane


>
>
>Mike



------------------------------

Date: 27 Jul 2005 14:32:27 GMT
From: Michael Zawrotny <zawrotny@sb.fsu.edu>
Subject: Re: Active State Perl
Message-Id: <slrndef6qf.aqk.zawrotny@localhost.localdomain>

jane@rifill.com <jane@rifill.com> wrote:
> 
>  Michael Zawrotny <zawrotny@sb.fsu.edu>  wrote:
> >
> >It worked, but for some strange reason, I had to run through the
> >installer twice to be able to use the module.
> 
>  So do not know what I have done wrong with the install.
> 
>  Stuck now

If you haven't done so already, try running the installer a second
time.  The second time worked for me on both my laptop and the desktop
that I was installing Imagemagick on.

Or, try the other poster's suggestion of using ppm directly.


Mike

-- 
Michael Zawrotny
Institute of Molecular Biophysics
Florida State University                | email:  zawrotny@sb.fsu.edu
Tallahassee, FL 32306-4380              | phone:  (850) 644-0069


------------------------------

Date: Wed, 27 Jul 2005 11:43:19 -0500
From: brian d foy <comdog@panix.com>
Subject: Re: Perl performance issue
Message-Id: <270720051143198147%comdog@panix.com>

In article <42e76687$1@quokka.wn.com.au>, Cameron McCormack wrote:

> Hi everyone.
> 
> I am migrating my web/mail/svn/etc. servers from a computer connected to
> my ADSL at home, an old Athlon 800, to a hosted Celeron 2.4GHz machine.
> I found though that Perl runs much more slowly on the new machine and I
> really don't know why. 

Compare the two perl binary (perl -V) and see what's different
about them. :)

-- 
brian d foy, bdfoy@cpan.org
Subscribe to The Perl Review: http://www.theperlreview.com


------------------------------

Date: Wed, 27 Jul 2005 17:02:24 GMT
From: Konrad Eisele <konrad@gaisler.com>
Subject: tied hash 
Message-Id: <A6PFe.29980$d5.183015@newsb.telia.net>

I have a tied hash, say %a. On a tied 'STORE' I want to get the return 
values of the STORE function. is that possible? a naive aproach would be
@a = ($a{'key'} = 'value'); however this returns still the tied FETCH
of $a{'key'}. How do i have to reorder the expression??

-- Konrad




%a = ();
tie %a,'Ta';
@a = ($a{'key'} = 'value');


package Ta;
use Tie::Hash;
@ISA = qw(Tie::StdHash);

sub STORE {
	return [1,2,3];
}




I'd like to get @a == [1,2,3]


------------------------------

Date: Wed, 27 Jul 2005 06:44:36 -0500
From: Tad McClellan <tadmc@augustmail.com>
Subject: Re: Wget-like for Perl
Message-Id: <slrndeest4.72g.tadmc@magna.augustmail.com>

Penguin_X <penguin_x@phreaker.net> wrote:

> I'm looking for something like "wget" that may GET a html 
> page and save in onto my HD.


   perldoc -q HTML

       How do I remove HTML from a string?

       How do I fetch an HTML file?

       How do I automate an HTML form submission?


-- 
    Tad McClellan                          SGML consulting
    tadmc@augustmail.com                   Perl programming
    Fort Worth, Texas


------------------------------

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:

#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc.  For subscription or unsubscription requests, send
#the single line:
#
#	subscribe perl-users
#or:
#	unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.  

NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice. 

To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.

#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.

#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 V10 Issue 8282
***************************************


home help back first fref pref prev next nref lref last post