Re: Working with Excel spreadsheets

2010-01-25 Thread Owen
> What about open office spread sheets.  Can they be read by these > excel CPAN  entries? Probably not, Excel is Excel and open Office is open office However if you search CPAN for openoffice, you might find something to use, http://search.cpan.org/search?query=OpenOffice&mode=all Owen -

Re: Working with Excel spreadsheets

2010-01-25 Thread fudmer rieley
What about open office spread sheets.  Can they be read by these excel CPAN  entries? --- On Mon, 1/25/10, ANJAN PURKAYASTHA wrote: From: ANJAN PURKAYASTHA Subject: Re: Working with Excel spreadsheets To: "Mike Blezien" Cc: rc...@pcug.org.au, "Perl List" Date: Monday, January 25, 2010, 8:5

Re: Working with Excel spreadsheets

2010-01-25 Thread Mike Blezien
Yes this seem quiet easy to use also. I must have missed this one while browsing through CPAN's site. thanks, Mike - Original Message - From: ANJAN PURKAYASTHA To: Mike Blezien Cc: rc...@pcug.org.au ; Perl List Sent: Monday, January 25, 2010 7:59 PM Subject: Re: Working w

Re: Working with Excel spreadsheets

2010-01-25 Thread ANJAN PURKAYASTHA
Spreadsheet::ParseExcel::Simple is the simplest module to use. Very user friendly. I use it often. HTH, Anjan On Mon, Jan 25, 2010 at 7:48 PM, Mike Blezien wrote: > > - Original Message - From: "Owen" > To: "Mike Blezien" > Cc: "Perl List" > Sent: Monday, January 25, 2010 6:14 PM > Sub

Re: Working with Excel spreadsheets

2010-01-25 Thread Mike Blezien
- Original Message - From: "Owen" To: "Mike Blezien" Cc: "Perl List" Sent: Monday, January 25, 2010 6:14 PM Subject: Re: Working with Excel spreadsheets Hello, we need to extract data from uploaded Excel spreadsheets, XLS binary files. What is the best perl module to accomplish

Re: Working with Excel spreadsheets

2010-01-25 Thread Owen
> Hello, > > we need to extract data from uploaded Excel spreadsheets, XLS binary > files. What > is the best perl module to accomplish this with ?? Updated yesterday, Spreadsheet::ParseExcel Put 'excel' into the box at http://search.cpan.org/ and you may find others, like Spreadsheet::DataF

Working with Excel spreadsheets

2010-01-25 Thread Mike Blezien
Hello, we need to extract data from uploaded Excel spreadsheets, XLS binary files. What is the best perl module to accomplish this with ?? Thanks, Mike(mickalo)Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: .net web service doesn't seem to get parameters from soap::lite

2010-01-25 Thread Uri Guttman
do you really consider this to be a beginner question? 400+ lines of perl and whatever is not a beginner to my point of view. please ask this in some other forum where .net and SOAP are covered better. you posted way more webservice code than perl code. thanx, uri -- Uri Guttman -- u...@

.net web service doesn't seem to get parameters from soap::lite

2010-01-25 Thread Scott
I'm using the method outlined in http://msdn.microsoft.com/en-us/library/ms995764.aspx, and also I have tried other methods on the web to call my vb.net (3.5) webservice. I can call any method that doesn't take parameters and that works fine. I can call my Authorize method which is used to autho

Re: Need help with Net::SSH::Perl

2010-01-25 Thread electr0n wizard
On Jan 25, 7:22 am, sisyph...@optusnet.com.au (Sisyphus) wrote: > - Original Message - > From: "electr0n wizard" > To: > Sent: Saturday, January 23, 2010 11:45 AM > Subject: Need help with Net::SSH::Perl > > >I am new to Perl and am running ActiveStatePerl on a Windows 7 > > machine.  I a

Re: Archive::Zip library on Solaris

2010-01-25 Thread Alan Haggai Alavi
>Hello all, > >I have a Perl Script that uses some of the Archive::Zip's methods for >reading zip entries. Works fine on Linux, BUT on Solaris, this lib is not >available in Solaris and I'm not allowed to install any lib in it. Is there >a way to load the archive::zip lib dinamically, without insta

Re: Archive::Zip library on Solaris

2010-01-25 Thread Bruno
Ok, so lets try. Hope it works. I know this version sucks... but unfortunatelly I don't have the power to decide which Perl version shall we use on our machines :-P , but my team will keep trying to convince the big guys to upgrade it. On Mon, Jan 25, 2010 at 12:26 PM, Shlomi Fish wrote: > On M

Re: Archive::Zip library on Solaris

2010-01-25 Thread Shlomi Fish
On Monday 25 Jan 2010 16:07:55 Bruno wrote: > This lib is not available as default lib on v5.83 . I have to do everything > considering the default installed libs. > http://search.cpan.org/dist/local-lib/lib/local/lib.pm > 1. The point of local-lib is that you download and install it from the loc

Re: Archive::Zip library on Solaris

2010-01-25 Thread Bruno
This lib is not available as default lib on v5.83 . I have to do everything considering the default installed libs. http://search.cpan.org/dist/local-lib/lib/local/lib.pm On Mon, Jan 25, 2010 at 11:57 AM, Shlomi Fish wrote: > On Monday 25 Jan 2010 15:28:11 Bruno wrote: > > And for uninstall it?

Re: use()ing a module, but its functions are not visible

2010-01-25 Thread Uri Guttman
> "FP" == Frédéric Perrin writes: FP> Le Fri, 22 Jan 2010 22:08:38 -0500, Uri Guttman a écrit : >> i can't say for sure why this happens but you don't have a package >> name in FRED2.pm. so any subs it has are in package main::. so when >> you have the FRED1/FRED2 order, it seems to

Re: Archive::Zip library on Solaris

2010-01-25 Thread Shlomi Fish
On Monday 25 Jan 2010 15:28:11 Bruno wrote: > And for uninstall it? Since I'm not allowed to alter the server, I have to > remove the installed lib after using it > Just delete ~/perl5/ or wherever you configured local-lib to install the code it installs. Regards, Shlomi Fish --

Re: Archive::Zip library on Solaris

2010-01-25 Thread Bruno
And for uninstall it? Since I'm not allowed to alter the server, I have to remove the installed lib after using it On Mon, Jan 25, 2010 at 11:10 AM, Shlomi Fish wrote: > On Monday 25 Jan 2010 14:58:49 Jeff Peng wrote: > > > I have a Perl Script that uses some of the Archive::Zip's methods for >

Re: Need help with Net::SSH::Perl

2010-01-25 Thread Sisyphus
- Original Message - From: "electr0n wizard" To: Sent: Saturday, January 23, 2010 11:45 AM Subject: Need help with Net::SSH::Perl I am new to Perl and am running ActiveStatePerl on a Windows 7 machine. I am trying to get SSH to work but get the error: The getpwuid function is uni

Re: Archive::Zip library on Solaris

2010-01-25 Thread Shlomi Fish
On Monday 25 Jan 2010 14:58:49 Jeff Peng wrote: > > I have a Perl Script that uses some of the Archive::Zip's methods for > > reading zip entries. Works fine on Linux, BUT on Solaris, this lib is not > > available in Solaris and I'm not allowed to install any lib in it. Is > > there a way to load t

Re: Need help with Net::SSH::Perl

2010-01-25 Thread Shlomi Fish
Hi electr0n wizard! On Saturday 23 Jan 2010 02:45:46 electr0n wizard wrote: > I am new to Perl and am running ActiveStatePerl on a Windows 7 > machine. I am trying to get SSH to work but get the error: > > The getpwuid function is unimplemented at C:/Perl/site/lib/Net/SSH/ > Perl.pm line 110. M

Re: Archive::Zip library on Solaris

2010-01-25 Thread Jeff Peng
> I have a Perl Script that uses some of the Archive::Zip's methods for > reading zip entries. Works fine on Linux, BUT on Solaris, this lib is not > available in Solaris and I'm not allowed to install any lib in it. Is there > a way to load the archive::zip lib dinamically, without installing it

Archive::Zip library on Solaris

2010-01-25 Thread Bruno
Hello all, I have a Perl Script that uses some of the Archive::Zip's methods for reading zip entries. Works fine on Linux, BUT on Solaris, this lib is not available in Solaris and I'm not allowed to install any lib in it. Is there a way to load the archive::zip lib dinamically, without installing

Detaching the .eml attachment

2010-01-25 Thread perl pra
Hi All, I have a .eml file which has either PDF/xls attachment, I want to strip this attachment from .eml and store in the local hard drive. I have tried it with the Email::Attachment::Stripper with no luck. please help me in this. Thanks, siva

Need help with Net::SSH::Perl

2010-01-25 Thread electr0n wizard
I am new to Perl and am running ActiveStatePerl on a Windows 7 machine. I am trying to get SSH to work but get the error: The getpwuid function is unimplemented at C:/Perl/site/lib/Net/SSH/ Perl.pm line 110. When I try to run the following script: use Net::SSH::Perl ; $scon = Net::SSH::Perl->n

Re: use()ing a module, but its functions are not visible

2010-01-25 Thread Frédéric Perrin
Hello Uri, Le Fri, 22 Jan 2010 22:08:38 -0500, Uri Guttman a écrit : > > "FP" == Frédéric Perrin writes: > FP> # This works > FP> # use FRED1 qw/ fred1a /; > FP> # use FRED2; > > you don't need to use FRED2 in the main program. only FRED1 needs to > use it. Yes, but that

Reading from Device Special File

2010-01-25 Thread Fabio D'Agostino
Hello all, how an I read the header of a disk device? I tried opening (function open) the Device Special File and then read it (read function) , but I'm not sure is the right way!! Any suggestion? Cheers, Fabio -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For addition

Re: XML::Simple parsing with attributes

2010-01-25 Thread Dr.Ruud
Shlomi Fish wrote: XML::Compile seems to be for SOAP, which is a subset of the general XML functionality. It looks to me like your reading problems are still not over. In its documentation it says to be about "translate between XML and nested hashes". And also about validation. And also abo