RE: WELCOME to beginners@perl.org





> -----Original Message-----
> From: dmitrik@xxxxxxxxxxxxxx [mailto:dmitrik@xxxxxxxxxxxxxx]
> Sent: Wednesday, September 28, 2005 12:08 PM
> To: beginners@xxxxxxxx
> Subject: Re: WELCOME to beginners@xxxxxxxx
>
> Any idea how to install Spread***::ParseExcel?

Just for giggles, I'm gonna assume that you're using PPM (you gave
nothing else to go on)...

I've only installed this particular module using ActiveState's 'ppm'
myself; it seems to have problems with the '::' in module names. If ppm
can't find what it believes the module name is, it will default to a
search and probably return something like this:

ppm> search spread***::parseexcel
Searching in Active Repositories
1. Spread***-ParseExcel [0.2603] Get information from Excel
file
2. Spread***-ParseExcel-Sim~ [1.02] A simple interface to Excel
data
3. Spreadsheet-ParseExcel_XLH~ [0.02] Parse Excel Spreadsheets using
xlhtml

Use the 'install' command and substitute '-' for '::' like so:

ppm> search Spread***-ParseExcel-Simple

cpan (on *nix boxen) is normally a breeze to use too.

If this doesn't help, consult the documentation for ppm, cpan, or other
applicable mechanism through which you install your modules.

Most folks on this list are going to require that you provide a little
more information in order to help.

ry

>
> I've downed loaded the required modules, but
> it still does not seem to work.
> Are there clear instructions anywhere?
>
> tia,
> dk
>
>
>
>
>
> -----Original Message-----
> From: beginners-help@xxxxxxxx
> Sent: Sep 28, 2005 11:08 AM
> To: dmitrik@xxxxxxxxxxxxxx
> Subject: WELCOME to beginners@xxxxxxxx
>
> Hi! This is the ezmlm program. I'm managing the
> beginners@xxxxxxxx mailing list.
>
> I'm working for my owner, who can be reached
> at beginners-owner@xxxxxxxxx
>
> Acknowledgment: I have added the address
>
> dmitrik@xxxxxxxxxxxxxx
>
> to the beginners mailing list.
>
> Welcome to beginners@xxxxxxxx!
>
> Please save this message so that you know the address you are
> subscribed under, in case you later want to unsubscribe or change your
> subscription address.
>
> To unsubscribe, send a message to:
>
> <beginners-unsubscribe-dmitrik=mindspring.com@xxxxxxxx>
>
>
> --- Administrative commands for the beginners list ---
>
> I can handle administrative requests automatically. Please
> do not send them to the list address! Instead, send
> your message to the correct command address:
>
> For help and a description of available commands, send a message to:
> <beginners-help@xxxxxxxx>
>
> To subscribe to the list, send a message to:
> <beginners-subscribe@xxxxxxxx>
>
> To remove your address from the list, just send a message to
> the address in the ``List-Unsubscribe'' header of any list
> message. If you haven't changed addresses since subscribing,
> you can also send a message to:
> <beginners-unsubscribe@xxxxxxxx>
>
> or for the digest to:
> <beginners-digest-unsubscribe@xxxxxxxx>
>
> For addition or removal of addresses, I'll send a confirmation
> message to that address. When you receive it, simply reply to it
> to complete the transaction.
>
> If you need to get in touch with the human owner of this list,
> please send a message to:
>
> <beginners-owner@xxxxxxxx>
>
> Please include a FORWARDED list message with ALL HEADERS intact
> to make it easier to help you.
>
> --- Enclosed is a copy of the request I received.
>
> Return-Path: <dmitrik@xxxxxxxxxxxxxx>
> Received: (qmail 20718 invoked from network); 28 Sep 2005 15:08:08
-0000
> Received: from x1a.develooper.com (HELO x1.develooper.com)
> (216.52.237.111)
> by lists.develooper.com with SMTP; 28 Sep 2005 15:08:08 -0000
> Received: (qmail 6797 invoked by uid 225); 28 Sep 2005 15:08:08 -0000
> Delivered-To: beginners-sc.1127919936.lladepcfpodjjfjadnjp-
> dmitrik=mindspring.com@xxxxxxxx
> Received: (qmail 6792 invoked by alias); 28 Sep 2005 15:08:07 -0000
> X-Spam-Status: No, hits=0.6 required=8.0
> tests=BAYES_00,DOMAIN_RATIO,NO_REAL_NAME
> X-Spam-Check-By: la.mx.develooper.com
> Received-SPF: pass (x1.develooper.com: local policy)
> Received: from pop05.mail.atl.earthlink.net (HELO
> pop05.mail.atl.earthlink.net) (207.69.200.58)
> by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Wed, 28 Sep
2005
> 08:08:04 -0700
> Received: from mswamui-bichon.atl.sa.earthlink.net ([209.86.224.26])
> by pop05.mail.atl.earthlink.net with esmtp (Exim 3.36 #10)
> id 1EKdXN-00022E-00
> for beginners-sc.1127919936.lladepcfpodjjfjadnjp-
> dmitrik=mindspring.com@xxxxxxxx; Wed, 28 Sep 2005 11:08:01 -0400
> Message-ID: <30761827.1127920081827.JavaMail.root@mswamui-
> bichon.atl.sa.earthlink.net>
> Date: Wed, 28 Sep 2005 11:08:00 -0400 (GMT-04:00)
> From: dmitrik@xxxxxxxxxxxxxx
> Reply-To: dmitrik@xxxxxxxxxxxxxx
> To: beginners-sc.1127919936.lladepcfpodjjfjadnjp-
> dmitrik=mindspring.com@xxxxxxxx
> Subject: Re: confirm subscribe to beginners@xxxxxxxx
> Mime-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> X-Mailer: Earthlink Zoo Mail 1.0
>
>
>
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@xxxxxxxx
> For additional commands, e-mail: beginners-help@xxxxxxxx
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>

.