Re: upgrading www::mechanize

2005-08-04 Thread Randy Kobes
On Fri, 5 Aug 2005, Sisyphus wrote: It's pure perl, so you could install from CPAN source ( http://search.cpan.org ) using nmake. You can get nmake15.exe from either : ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe or : http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmak

Re: HTML::GoogleMaps or Other Way to show multiple addresses on a

2005-08-04 Thread $Bill Luebkert
Suresh Govindachar wrote: > Thanks for the suggestion and mentioning (below) your experience > using GoogleMaps with it. > > I suspect that one can also write a perl script that acts as a > simple HTTP server and works with GoogleMaps -- but I don't know > where to start for coding and for seei

Re: upgrading www::mechanize

2005-08-04 Thread Sisyphus
- Original Message - From: "Irmawaty Nugroh Nugroho" <[EMAIL PROTECTED]> To: Sent: Friday, August 05, 2005 4:02 AM Subject: upgrading www::mechanize > Hi monks, My current www::mechanize is version 0.72 because I installed it using ppm. I am wanting to upgrade it so I can use some func

Re: Installl CPAN packages without ftp.

2005-08-04 Thread Sisyphus
- Original Message - From: <[EMAIL PROTECTED]> > > Now, I said that it looks like it is running on my machine because when > I packed it with pp and run the result on another machine it complains > with the following error message: > ==

CLLIEN/TSMC is out of the office.

2005-08-04 Thread cllien
I will be out of the office starting 2005/08/05 and will not return until 2005/08/08. I will respond to your message when I return. If any emergency case, you may call Ywszuma(707-2765) for help. This e-mail communication is co

amazon web services

2005-08-04 Thread bruce
hey... hsa anybody ever used the amazon web services api regarding the browsenodes??? ive checked cpan/looked at google/etc... thanks bruce ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.Ac

Re: HTML::GoogleMaps or Other Way to show multiple addresses on a

2005-08-04 Thread Suresh Govindachar
$Bill Luebkert Sent on 04 Aug 2005 07:36:35 -0700: > Suresh Govindachar wrote: > >> One answer to the question I asked earlier: >> >> > I would like to show multiple addresses on a map -- from >> > a "user PC" (rather than from a "web-server"). I am > > Why not a webserver on your local

upgrading www::mechanize

2005-08-04 Thread Irmawaty Nugroh Nugroho
Hi monks, My current www::mechanize is version 0.72 because I installed it using ppm. I am wanting to upgrade it so I can use some function such as "select", "URI" to do more stuff... How can I do this properly? I tried to use "upgrade" on ppm prompt, but it has taken minutes and still process

CLLIEN/TSMC is out of the office.

2005-08-04 Thread cllien
I will be out of the office starting 2005/08/05 and will not return until 2005/08/08. I will respond to your message when I return. If any emergency case, you may call Ywszuma(707-2765) for help. This e-mail communication is co

RE: Win32:OLE Excel

2005-08-04 Thread dkazatsky
David, I have a script with almost the exact same code and it works correctly. Try removing the parens from your add statement and see if that makes a difference. Original Code: $Worksheet = $Workbook->Worksheets()->Add(); $Worksheet->{Name} = "test $i"; Becomes: $Worksheet = $Workbook->Works

RE: Win32:OLE Excel

2005-08-04 Thread Hsu, David
Ken, I am using Win32::OLE. Add_worksheet uses the Spreadsheet:WriteExcel module. Thanks, David -Original Message- From: Ken Barker [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 12:07 PM To: Hsu, David; Perl-Win32-Users@listserv.ActiveState.com Subject: RE: Win32:OLE Excel

Re: Win32:OLE Excel

2005-08-04 Thread $Bill Luebkert
Hsu, David wrote: > Hi, > Does someone know of another method of naming the Excel sheets? > Currently I am using: > ... > $Worksheet = $Workbook->Worksheets()->Add(); > $Worksheet->{Name} = "test $i"; > ... > > The sheet names are still "Sheet1", "Sheet2", etc... my $workbook = $Excel->Workbooks-

Re: Installl CPAN packages without ftp.

2005-08-04 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Here is my small sftp test program. > == > > use strict; > use warnings; > > use Net::SFTP; > > sub SendFileOverFTP { > > > #my($file,$local)= @_; > > my %args = ( > user => "someuser", > password => "

RE: Win32:OLE Excel

2005-08-04 Thread Ken Barker
Try $ws1 = $workbook->add_worksheet('worksheetname'); Ken Barker IT Lead Americall Group, Inc 314-213-7927 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hsu, David Sent: Thursday, August 04, 2005 10:23 AM To: Perl-Win32-Users@listserv

Win32:OLE Excel

2005-08-04 Thread Hsu, David
Hi, Does someone know of another method of naming the Excel sheets? Currently I am using: ... $Worksheet = $Workbook->Worksheets()->Add(); $Worksheet->{Name} = "test $i"; ... The sheet names are still "Sheet1", "Sheet2", etc... Thanks, David ___ Perl-W

RE: Installl CPAN packages without ftp.

2005-08-04 Thread Randy Kobes
On Thu, 4 Aug 2005, [EMAIL PROTECTED] wrote: [ ... ] Tried that. Unfourtunately the package does not find the Class-ErrorHandler package on the uwinnipeg server. This is the error message that I get: ppm> install Net-SFTP Error: Package 'Class-ErrorHandler' not found on server. Please 'search' fo

RE: Installl CPAN packages without ftp.

2005-08-04 Thread Nicolae.Popovici
-Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 1:51 PM To: Popovici Nicolae (HTX) Cc: Perl-Win32-Users@listserv.ActiveState.com Subject: Re: Installl CPAN packages without ftp. [EMAIL PROTECTED] wrote: > Tried that. Unfourtunately the

Re: HTML::GoogleMaps or Other Way to show multiple addresses on a

2005-08-04 Thread $Bill Luebkert
Suresh Govindachar wrote: > One answer to the question I asked earlier: > > > I would like to show multiple addresses on a map -- from > > a "user PC" (rather than from a "web-server"). I am Why not a webserver on your local PC ? You can easily install Apache on your PC from Apache.org.

Win32::ChangeNotify

2005-08-04 Thread Michael Meltzer
With this module I monitor changes in a directory: &mailprot("Monitoring gestartet"); $WatchSubTree = 1; $Events = 'FILE_NAME'; Win32::ChangeNotify::FindFirst($monitor, $MonDir, $WatchSubTree,

Re: Installl CPAN packages without ftp.

2005-08-04 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Tried that. Unfourtunately the package does not find the > Class-ErrorHandler package on the uwinnipeg server. This is the error > message that I get: > ppm> install Net-SFTP > Error: Package 'Class-ErrorHandler' not found on server. Please 'search' > for it > first. > p

Re: Installl CPAN packages without ftp.

2005-08-04 Thread Sisyphus
- Original Message - From: <[EMAIL PROTECTED]> > > You probably need only 'ppm install Net-SSH-W32Perl', followed by 'ppm > install Net-SFTP'. > > Cheers, > Rob > > Tried that but only the last part and it says that the package does not > exist on this server. I guess just installing

RE: Installl CPAN packages without ftp.

2005-08-04 Thread Nicolae.Popovici
-Original Message- From: Sisyphus [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 11:17 AM To: Popovici Nicolae (HTX); Perl-Win32-Users@listserv.ActiveState.com Subject: Re: Installl CPAN packages without ftp. - Original Message - From: <[EMAIL PROTECTED]> To: Sent

RE: Installl CPAN packages without ftp.

2005-08-04 Thread Nicolae.Popovici
-Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 10:59 AM To: Popovici Nicolae (HTX) Cc: Perl-Win32-Users@listserv.ActiveState.com Subject: Re: Installl CPAN packages without ftp. [EMAIL PROTECTED] wrote: > Hi guys, > >Following pr

Re: Installl CPAN packages without ftp.

2005-08-04 Thread Sisyphus
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, August 04, 2005 5:46 PM Subject: Installl CPAN packages without ftp. Hi guys, Following problem: I would like to install SFTP package from CPAN on my computer but it has a lot of dependencies that I need and I DO NO

Re: Installl CPAN packages without ftp.

2005-08-04 Thread Octavian Rasnita
Title: Installl CPAN packages without ftp. Hi,   You could install cpan modules using the cpan shell.   Before doing this, delete all the urllist and then make sure you will add only CPAN sites which are not using FTP but http. There are much fewer http CPAN sites than FTP sites, but there a

Re: Installl CPAN packages without ftp.

2005-08-04 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Hi guys, > >Following problem: I would like to install SFTP package from CPAN on > my computer but it has a lot of dependencies that I need and I DO NOT > have ftp access. Any other way without downloading each one of them? > Downloading each one of them and then se

Installl CPAN packages without ftp.

2005-08-04 Thread Nicolae.Popovici
Title: Installl CPAN packages without ftp. Hi guys,    Following problem: I would like to install SFTP package from CPAN on my computer but it has a lot of dependencies that I need and I DO NOT have ftp access. Any other way without downloading each one of them? Downloading each one of them