Re: Perl module for CSV output

2012-10-24 Thread Lawrence Statton
On 10/24/2012 10:58 AM, jet speed wrote: Hi All, i have a requirement to output of hash from a perl script into a CSV format. Please could you advice what is the best perl module to achieve this. Thanks Sj Either Text::CSV or Text::CSV_XS depending on your bias for Pure-Perl. -- To unsubs

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-13 Thread Randal L. Schwartz
> "Parag" == Parag Kalra writes: Parag> Do we have any Perl module which can parse any other perl script Parag> (or module) and fetch information like total number of arrays Parag> being used, total number of hashes, total number of scalar Parag> variables etc and size information (like total

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-09 Thread Shawn H Corey
On 12-02-08 05:20 PM, Parag Kalra wrote: Do we have any Perl module which can parse any other perl script (or module) and fetch information like total number of arrays being used, total number of hashes, total number of scalar variables etc and size information (like total elements, total keys

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-08 Thread Jeff Peng
于 2012-2-9 15:21, Parag Kalra 写道: By data-structures being used, I mean the data structures that are actually *declared* in the script. And is it possible to find at least the data-structures stats of the current script that is getting executed if no parser is available. For example if I hav

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-08 Thread Parag Kalra
By data-structures being used, I mean the data structures that are actually *declared* in the script. And is it possible to find at least the data-structures stats of the current script that is getting executed if no parser is available. For example if I have a big script or module and if I want

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-08 Thread Jeff Peng
于 2012-2-9 10:15, Steve Bertrand 写道: I would suspect that this would be something that would have to run against the file itself, even prior to compile. Curious task. Might I ask what the purpose of your desire is? I am also not sure what's the special purpuse of the OP. Some modules on CP

Re: Perl Module to parse any other Perl script/module to fetch stats about data-structures

2012-02-08 Thread Steve Bertrand
On 2012.02.08 17:20, Parag Kalra wrote: Do we have any Perl module which can parse any other perl script (or module) and fetch information like total number of arrays being used, total number of hashes, total number of scalar variables etc and size information (like total elements, total keys e

Re: Perl module for Gmail

2011-11-29 Thread Peter Scott
On Sun, 20 Nov 2011 12:27:31 -0800, samjesse wrote: > I need a Perl script which will connect to my gmail and download the > unread emails from a certain folder. But not all the unread emails, only > those with a certain subjects and from a certain sender. after that mark > them as read and leave t

Re: Perl module for Gmail

2011-11-21 Thread shawn wilson
Imap? Net::IMAP or IMAP::Client On Nov 21, 2011 3:31 AM, "samjesse" wrote: > Hi > > Can you recommend a good to use Perl module for getting certain new > emails from my gmail? > > thx > > > -- > To unsubscribe, e-mail: beginners-unsubscr...@perl.org > For additional commands, e-mail: beginners-h.

Re: Perl module for Gmail

2011-11-21 Thread Shlomi Fish
Hi samjesse, On Sun, 20 Nov 2011 12:27:31 -0800 (PST) samjesse wrote: > I need a Perl script which will connect to my gmail and download the > unread emails from a certain folder. But not all the unread emails, > only those with a certain subjects and from a certain sender. > after that mark the

Re: perl module to search for misspellings

2010-10-06 Thread Jeff Peng
> Hi there List members, > > I have millions of SQL records that I searching with lots of poorly > entered data and I am trying to match these records based on matching > text. > A database with well designed tables should be processing the data much faster than perl IMO. -- To unsubscribe, e-

RE: Perl module Net::Oping Error

2009-08-25 Thread Ajay Kumar
:rvtol+use...@isolution.nl] Sent: Monday, August 24, 2009 11:15 PM To: beginners@perl.org Subject: Re: Perl module Net::Oping Error fzz wrote: > print "Latency to `one' is " . $ret->{'www.example.org'} . "\n"; Why is there a backquote in that string? --

Re: Perl module Net::Oping Error

2009-08-25 Thread Dr.Ruud
fzz wrote: print "Latency to `one' is " . $ret->{'www.example.org'} . "\n"; Why is there a backquote in that string? -- Ruud -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Perl module Net::Oping Error

2009-08-23 Thread Chas. Owens
On Sun, Aug 23, 2009 at 21:06, fzz wrote: > hi all        I installed Net::Oping module. I run it ,but I can't get right > values . Please give me some light. Thanks in advance. > I write these code: > > #!/usr/bin/perl > You should really say the following here: use strict; use warnings; >  use

Re: Perl MOdule Tutorial

2009-02-05 Thread Gunnar Hjalmarsson
Alexander Koenig wrote: You wrote on 02/03/2009 10:21 AM: Hi, Can you please point me to some good perl module tutorial for a beginner level? Have a look at the Perlmonks site: http://perlmonks.org/?node=Tutorials#Modules-How-to-Create-Install-and-Use We shouldn't forget about the resources

Re: Perl MOdule Tutorial

2009-02-05 Thread Alexander Koenig
You wrote on 02/03/2009 10:21 AM: > Hi, > > Can you please point me to some good perl module tutorial for a beginner > level? Have a look at the Perlmonks site: http://perlmonks.org/?node=Tutorials#Modules-How-to-Create-Install-and-Use hth Alex -- To unsubscribe, e-mail: beginners-unsubscr...@

Re: perl module not found.

2009-02-04 Thread Dermot
2009/2/4 Alf Stockton : > Peter Scott wrote: > > [Wed Feb 04 10:32:36 2009] [error] [client 192.168.30.185] Can't locate > object method "CleanSlate" via package "RT::Action::SendEmail" at > /opt/rt3/bin/../lib/RT/Interface/Web/Handler.pm line 213.\n, referer: > http://general.dev.sharing.org.za/rt

Re: perl module not found.

2009-02-04 Thread Alf Stockton
Peter Scott wrote: On Mon, 02 Feb 2009 13:36:20 +0200, Alf Stockton wrote: Peter Scott wrote: On Mon, 02 Feb 2009 12:26:12 +0200, Alf Stockton wrote: 2009/2/2 Alf Stockton : When trying to install an application written in perl I get the error message CSS::Squish >= 0.06...MISSING so

Re: perl module not found.

2009-02-03 Thread Peter Scott
On Mon, 02 Feb 2009 13:36:20 +0200, Alf Stockton wrote: > Peter Scott wrote: >> On Mon, 02 Feb 2009 12:26:12 +0200, Alf Stockton wrote: 2009/2/2 Alf Stockton : > When trying to install an application written in perl I get the > error message >CSS::Squish >= 0.06...MISSING

Re: perl module not found.

2009-02-02 Thread Alf Stockton
Peter Scott wrote: On Mon, 02 Feb 2009 12:26:12 +0200, Alf Stockton wrote: 2009/2/2 Alf Stockton : When trying to install an application written in perl I get the error message CSS::Squish >= 0.06...MISSING so I then attempt installing it via perl -MCPAN -e shell cpan> install CSS::Squis

Re: perl module not found.

2009-02-02 Thread Peter Scott
On Mon, 02 Feb 2009 12:26:12 +0200, Alf Stockton wrote: >> 2009/2/2 Alf Stockton : >>> When trying to install an application written in perl I get the error >>> message >>>CSS::Squish >= 0.06...MISSING >>> so I then attempt installing it via >>> perl -MCPAN -e shell >>> cpan> install CSS::S

Re: perl module not found.

2009-02-02 Thread Alf Stockton
Ralf Peng wrote: 2009/2/2 Alf Stockton : When trying to install an application written in perl I get the error message CSS::Squish >= 0.06...MISSING so I then attempt installing it via perl -MCPAN -e shell cpan> install CSS::Squish but when I attempt r...@general:~# perl -MSquish -e 1

Re: perl module not found.

2009-02-02 Thread Ralf Peng
2009/2/2 Alf Stockton : > When trying to install an application written in perl I get the error > message >CSS::Squish >= 0.06...MISSING > so I then attempt installing it via > perl -MCPAN -e shell > cpan> install CSS::Squish > > but when I attempt > > r...@general:~# perl -MSquish -e 1 Y

Re: perl module for graphs lines point

2008-11-18 Thread Mr. Shawn H. Corey
On Mon, 2008-11-17 at 23:07 -0800, ben perl wrote: > Hi , > > Is there a perl module to plot graphs with lines point. Yes, GD::Graph. You will need GD and GD::Text too. You can also try GD::Graph3d just for the fun of it. :) -- Just my 0.0002 million dollars worth, Shawn The map is n

Re: perl module version checking

2008-07-09 Thread Anirban Adhikary
ikary. > > > > -- Forwarded message -- > From: Octavian Rasnita <[EMAIL PROTECTED]> > Date: Thu, Jul 10, 2008 at 11:02 AM > Subject: Re: perl module version checking > To: Anirban Adhikary <[EMAIL PROTECTED]>, beginners@perl.org > > > Fr

Re: perl module version checking

2008-07-09 Thread Octavian Rasnita
From: "Anirban Adhikary" <[EMAIL PROTECTED]>> Dear List > Can U please tell me how to check the version of any installed module in > perl. If I want to check the version of version of DBI module then what is > the syntax for it? > > Thanks & Regards in advance > Anirban Adhikary You can do: perl

Re: perl module?

2008-05-02 Thread J. Peng
On Sat, May 3, 2008 at 1:26 AM, Levente Kovacs <[EMAIL PROTECTED]> wrote: > The more language I learn, the more I > think C(++) is the most flexible language. > This is most probably you know C(++) better than others. For me I think Perl is flexible enough. -- J. Peng - [EMAIL PROTECTED] Profes

Re: perl module?

2008-05-02 Thread Levente Kovacs
On Fri, 02 May 2008 18:33:07 +0200 Gunnar Hjalmarsson <[EMAIL PROTECTED]> wrote: > Levente Kovacs wrote: > > J. Peng wrote: > >> On Fri, May 2, 2008 at 2:54 PM, Levente Kovacs > >> <[EMAIL PROTECTED]> wrote: > >>> I'd like to write a code shared among several simple scripts, as > >>> a NON-OO mod

Re: perl module?

2008-05-02 Thread Gunnar Hjalmarsson
Levente Kovacs wrote: J. Peng wrote: On Fri, May 2, 2008 at 2:54 PM, Levente Kovacs <[EMAIL PROTECTED]> wrote: I'd like to write a code shared among several simple scripts, as a NON-OO module, ... # # the third way # Both the first way and

Re: perl module?

2008-05-02 Thread Levente Kovacs
Hi, On Fri, 2 May 2008 16:32:32 +0800 "J. Peng" <[EMAIL PROTECTED]> wrote: > # > # the third way > # Thanks for your answer, approach #3 works good. That is what I wanted. Cheers, -- Levente Kovacs <[EMAIL PROTECTED]> -- To unsubscribe, e-mai

Re: perl module?

2008-05-02 Thread J. Peng
On Fri, May 2, 2008 at 2:54 PM, Levente Kovacs <[EMAIL PROTECTED]> wrote: > Ok, I've reached the level, when I want to do perl modules. I've seen > tutorials with the `h2xs' approach, but the problem is that I don't know what > it EXACTLY does. Try this simple one: http://search.cpan.org/~rjbs/M

Re: perl module?

2008-05-02 Thread Gunnar Hjalmarsson
Levente Kovacs wrote: Ok, I've reached the level, when I want to do perl modules. I've seen tutorials with the `h2xs' approach, but the problem is that I don't know what it EXACTLY does. Exactly? Well, it creates a skeleton. See for instance the "Step-by-step: Making the module" section in "pe

RE: Perl module

2007-10-23 Thread Sayed, Irfan (Irfan)
Thanks Jeff. It's working now. Regards Irfan. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Pang Sent: Tuesday, October 23, 2007 2:30 PM To: Sayed, Irfan (Irfan) Cc: beginners@perl.org Subject: Re: Perl module use lib qw(/home/cc

Re: Perl module

2007-10-23 Thread Jeff Pang
. > > Please guide. > > Regards > Irfan. > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Pang > Sent: Tuesday, October 23, 2007 2:18 PM > To: Sayed, Irfan (Irfan) > Cc: beginners@perl.org > Subject: Re: Perl mod

RE: Perl module

2007-10-23 Thread Sayed, Irfan (Irfan)
@perl.org Subject: Re: Perl module this line is not correct: use lib qw(/home/ccvob01/irf/lib/SendMail.pm); you should do, use lib qw(/home/ccvob01/irf/lib); the .pm file is not included. On 10/23/07, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote: > > > This is the error which I am ge

Re: Perl module

2007-10-23 Thread Jeff Pang
> > Regards > Irfan. > > > > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Pang > Sent: Tuesday, October 23, 2007 1:38 PM > To: Sayed, Irfan (Irfan) > Cc: beginners@perl.org > Subject: Re: Perl mod

RE: Perl module

2007-10-23 Thread Sayed, Irfan (Irfan)
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Pang Sent: Tuesday, October 23, 2007 1:38 PM To: Sayed, Irfan (Irfan) Cc: beginners@perl.org Subject: Re: Perl module On 10/23/07, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote: > Hi All, > > How to refer Perl modu

Re: Perl module

2007-10-23 Thread Jeff Pang
On 10/23/07, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote: > Hi All, > > How to refer Perl module in Perl script which is not there in the @INC > path. I don't have permission to add this module in the @INC path > > I need to use the SendMail.pm module , but that is not there in the > default @IN

Re: Perl module

2007-10-23 Thread Rob Coops
I found the following a very easy way to include libs not on the default path. # Set the lib path for our own libs use FindBin; use lib "$FindBin::Bin/lib"; This way if you want to have for instance: Net::Sendmail as a module all you need to do is create a directory: Net in the lib directory and

Re: perl-module ParseLex-2.15 install fails on make test

2006-01-16 Thread Tom Phoenix
On 1/16/06, Bjørge Solli <[EMAIL PROTECTED]> wrote: > install Parse::Lex > t/test1FAILED test 1 > Failed 1/1 tests, 0.00% okay I get the same as you do; all tests fail. I recommend contacting the module's author, or using a different module. Cheers! --Tom Phoenix Stonehenge Perl Trai

Re: perl module to create pdf reports

2005-05-02 Thread radhika
> As far as free solutions, the Big Badass is PDF::API2. There are many > users, > a zillion modules, and a mailing list. There are several modules that > are > built on top of this, to relieve the difficulty of using it. I'm not so > sure they > make sense to use. > Mike, Thanks. I am looking in

Re: perl module to create pdf reports

2005-04-30 Thread Mike Lesser
Whoops! Top-post! Chris, Yes, I did search CPAN and found a lot of interesting modules. I will mention that I had asked for ideas and insights, over and above of just plain module names. I guess you often assume people do not search CPAN, and hence I can understand the frustration your email seems

Re: perl module to create pdf reports

2005-04-28 Thread Chris Devers
On Thu, 28 Apr 2005, radhika wrote: > Yes, I did search CPAN and found a lot of interesting modules. Okay then -- which? How do they meet your needs, or fail to meet them? > I will mention that I had asked for ideas and insights, over and above > of just plain module names. I guess you often as

Re: perl module to create pdf reports

2005-04-28 Thread radhika
Chris, Yes, I did search CPAN and found a lot of interesting modules. I will mention that I had asked for ideas and insights, over and above of just plain module names. I guess you often assume people do not search CPAN, and hence I can understand the frustration your email seems to portray. I do v

Re: perl module to create pdf reports

2005-04-28 Thread Chris Devers
On Thu, 28 Apr 2005, radhika wrote: > I need to create some customized pdf reports and was wondering if there > are any perl modules out there to help. Good question. Have you searched CPAN ? Go to . Put 'PDF' in the search field. You're sent to

Re: perl module to create pdf reports

2005-04-28 Thread Gavin Henry
On Thursday 28 Apr 2005 20:42, radhika wrote: > Hi, > I need to create some customized pdf reports and was wondering if there > are any perl modules out there to help. > I already have my perl script getting data from the db and creating a csv > file. I understand that there is an html2ps module wh

Re: Perl module question

2004-12-05 Thread Stephen Liu
Hi, Tks for your advice. --- PerlDiscuss - Perl Newsgroups and mailing lists <[EMAIL PROTECTED]> wrote: - snip - > PATH. What you need to do now is investigate those > tests to see why they didn't pass. Follows are the errors found on running sudo perl -MCPAN -e 'install Tk' - snip - t/di

Re: Perl module question

2004-12-04 Thread PerlDiscuss - Perl Newsgroups and mailing lists
Stephen Liu wrote: > Further to my last posting > $ perl wget_window.pl > Can't locate Tk.pm in @INC (@INC contains: > Tk.pm module still could not be found It can't be found because it didn't install: > t/zzScrolled.FAILED tests 66, 94 ... > /usr/bin/make test -- NOT OK >

Re: Perl module question

2004-12-04 Thread Stephen Liu
Hi Chris, Further to my last posting $ perl wget_window.pl Can't locate Tk.pm in @INC (@INC contains: /usr/lib/perl5/5.8.3/i386-linux-threa d-multi /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-mu lti /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi /

Re: Perl module question

2004-12-04 Thread Stephen Liu
Hi Chris, Tks for your advice. > > # perl -MCPAN -e 'install Tk.pm' > > The .pm suffix isn't necessary in this situation: > > $ sudo perl -MCPAN -e 'install Tk' $ sudo perl -MCPAN -e 'install Tk' . .. 6# Test 66 got: '589x341+0+32' (t/zzScrolled.t at line 104 fail #2)

Re: Perl module question

2004-12-04 Thread Chris Devers
On Sat, 4 Dec 2004, Stephen Liu wrote: > # perl -MCPAN -e 'install Tk.pm' The .pm suffix isn't necessary in this situation: $ sudo perl -MCPAN -e 'install Tk' (Root isn't necessary either, if you have sudo access.) -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: Perl module to compare images?

2004-11-24 Thread Kevin Lee Phair II
[EMAIL PROTECTED] wrote: Hi all, Is there a module available to compare two images to detect differences between the two, i.e. motion? Searched CPAN to no avail. Thanks in advance! -Brian While searching for a text conversion module yesterday I ran across at least one (I think more) module that

RE: Perl module to compare images?

2004-11-24 Thread Larsen, Errin M HMMA/IT
Hi Brian, I don't have an answer to your question. But ... Did you know that O'reilly has a whole book to answer questions like these? Check out: http://www.oreilly.com/catalog/perlgp/ --Errin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Wednes

Re: perl module - Statistical mean and sd

2004-11-19 Thread Chasecreek Systemhouse
On Fri, 19 Nov 2004 07:35:01 -0500 (EST), Chris Devers <[EMAIL PROTECTED]> wrote: > On Fri, 19 Nov 2004, Ramprasad A Padmanabhan wrote: > > No offence intended , but I think that is still ok. I think it is in > > the spirit of perl to reduce typing as much as possible. > But I'm not setting the

Re: perl module - Statistical mean and sd

2004-11-19 Thread Chris Devers
On Fri, 19 Nov 2004, Ramprasad A Padmanabhan wrote: > Chris Devers wrote: > > > Please make an effort to use conventional spelling. > > "any1" isn't cute; it's annoying. > > No offence intended , but I think that is still ok. I think it is in > the spirit of perl to reduce typing as much as

Re: perl module - Statistical mean and sd

2004-11-18 Thread Gunnar Hjalmarsson
Ramprasad A Padmanabhan wrote: Chris Devers wrote: Please make an effort to use conventional spelling. "any1" isn't cute; it's annoying. No offence intended , but I think that is still ok. I think it is in the spirit of perl to reduce typing as much as possible. When at the expense of readability,

Re: perl module - Statistical mean and sd

2004-11-18 Thread Ramprasad A Padmanabhan
Chris Devers wrote: Please make an effort to use conventional spelling. "any1" isn't cute; it's annoying. No offence intended , but I think that is still ok. I think it is in the spirit of perl to reduce typing as much as possible. After all we just are sharing knowledge, not writing a gramm

Re: perl module - Statistical mean and sd

2004-11-18 Thread Chris Devers
Please make an effort to use conventional spelling. "any1" isn't cute; it's annoying. On Thu, 18 Nov 2004, Ajey Kulkarni wrote: > does any[one] know the perl module for the same? There's more than one, but Statistics::Basic is worth looking at:

RE: perl module installation

2004-06-25 Thread Larry Mullis
your help. Larry Mullis -Original Message- From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 11:07 AM To: Larry Mullis; [EMAIL PROTECTED] Subject: Re: perl module installation > > > > > I have perl v5.6.0 installed on my AIX web server. I am

Re: perl module installation

2004-06-25 Thread Wiggins d Anconia
> > > > > I have perl v5.6.0 installed on my AIX web server. I am not able to run perl scripts from the browser on this box. I have download from CPAN and attempted to load the modules that I think I need to be able to run perl scripts. I am putting them in /usr/bin. Once I downloaded, decompres

RE: perl module to prevent auto registration scripts

2003-11-11 Thread Dan Muey
> On Monday, Nov 10, 2003, at 22:49 US/Pacific, Ramprasad A Padmanabhan > wrote: > [..] > > Or should I write a jpg genertor using something like gd > and create a > > database of images and the actual numbers they contain > [..] > > I personally do not know of any specific perl module > that

Re: perl module to prevent auto registration scripts

2003-11-11 Thread drieux
On Monday, Nov 10, 2003, at 22:49 US/Pacific, Ramprasad A Padmanabhan wrote: [..] Or should I write a jpg genertor using something like gd and create a database of images and the actual numbers they contain [..] I personally do not know of any specific perl module that will generate the image on

Re: perl module to prevent auto registration scripts

2003-11-10 Thread Ramprasad A Padmanabhan
Drieux wrote: On Monday, Nov 10, 2003, at 08:59 US/Pacific, Paul Kraus wrote: [..] Also why do this. A website provides content. Its not any of the providers business how I view it or what I do with it afterwards. I am not the person to answer the 'why' for doing silly things, there is probably s

Re: perl module to prevent auto registration scripts

2003-11-10 Thread drieux
On Monday, Nov 10, 2003, at 08:59 US/Pacific, Paul Kraus wrote: [..] Also why do this. A website provides content. Its not any of the providers business how I view it or what I do with it afterwards. I am not the person to answer the 'why' for doing silly things, there is probably someone in the 'l

RE: perl module to prevent auto registration scripts

2003-11-10 Thread Paul Kraus
er 10, 2003 11:53 AM To: begin begin Subject: Re: perl module to prevent auto registration scripts On Sunday, Nov 9, 2003, at 23:25 US/Pacific, Ramprasad A Padmanabhan wrote: [..] >I am writing a web based registration module. I want to prevent > people writing automated scripts ( lik

Re: perl module to prevent auto registration scripts

2003-11-10 Thread drieux
On Sunday, Nov 9, 2003, at 23:25 US/Pacific, Ramprasad A Padmanabhan wrote: [..] I am writing a web based registration module. I want to prevent people writing automated scripts ( like using lwp ) and auto register [..] The recent discussion about how Google has attempted to control access to

Re: Perl Module to print $string in exact possition

2003-09-11 Thread Hari Fajri
Thank you Raghavan, its work :) Sudarshan Raghavan <[EMAIL PROTECTED]> 09/11/2003 03:44 PM To [EMAIL PROTECTED] cc Subject Re: Perl Module to print $string in exact possition Hari Fajri wrote: >Hi All, > >What is perl module to print $string in exact position in scee

Re: Perl Module to print $string in exact possition

2003-09-11 Thread Sudarshan Raghavan
Hari Fajri wrote: Hi All, What is perl module to print $string in exact position in sceen. For example: i wanna print "time remaining: 59 second(s)" after that, i want to replace it with: "time remaining: 58 second(s)" Use '\r' (carraige return) instead of '\n' in your print statements and tu

Re: Perl module for process information?

2003-03-25 Thread Kevin Old
Steve, Thanks for your response. On Tue, 2003-03-25 at 12:31, Steve Grazzini wrote: > Kevin Old <[EMAIL PROTECTED]> wrote: > > > > Basically all I do is pipe the input from ps into my perl program, and > > grep for cdlor.but the path to perl has moved (long story) and the > > cdlor isn't pri

Re: Perl module for process information?

2003-03-25 Thread Steve Grazzini
Kevin Old <[EMAIL PROTECTED]> wrote: > > Basically all I do is pipe the input from ps into my perl program, and > grep for cdlor.but the path to perl has moved (long story) and the > cdlor isn't printed in the command output from ps. Can you explain? I can't see why changing the path to pe

Re: perl module for Win32

2002-02-07 Thread Jenda Krynicky
From: "Morse, Loretta" <[EMAIL PROTECTED]> > Does anyone know of a perl module for Win32 that will set profile > strings in a .ini file? There are many. Win32::AdminMisc, Win32::FileOp, Win32-Tie-Ini, Config-Ini, Config-IniFiles ... Even c:\> PPM search INI gives you

RE: Perl Module for Server Statistics

2002-01-24 Thread Russ Foster
From: Andre' Solomon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 10:34 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Perl Module for Server Statistics Thanks. I will give it a go - Andre' - Original Message - From: "Hamid Majidy" &

RE: Perl Module for Server Statistics

2002-01-23 Thread Timothy Johnson
If you are running Perl on a Win32 server, you can try Win32::Perfmon, too. -Original Message- From: Andre' Solomon To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: 1/23/02 8:34 PM Subject: Re: Perl Module for Server Statistics Thanks. I will give it a go - Andre'

Re: Perl Module for Server Statistics

2002-01-23 Thread Andre' Solomon
Thanks. I will give it a go - Andre' - Original Message - From: "Hamid Majidy" <[EMAIL PROTECTED]> To: "Andre' Solomon" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 22, 2002 12:33 AM Subject: RE: Perl Module for S

Re: Perl Module for Server Statistics

2002-01-22 Thread Elaine -HFB- Ashton
Andre' Solomon [[EMAIL PROTECTED]] quoth: *> *>I'm looking for a Perl Module that would allow me to determine some basic server statistics such as uptime, CPU usage per process, total CPU usage, disk usage, etc. Can someone point me in the right direction please. If you are using Solaris Orca

RE: Perl Module for Server Statistics

2002-01-21 Thread Hamid Majidy
If your OS supports an SNMP agent, you might want to try SNMP-Monitor module. Good Luck, Hamid. -Original Message- From: Andre' Solomon [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 10:08 PM To: [EMAIL PROTECTED] Subject: RE: Perl Module for Server Statistics Hi,

RE: Perl Module for Server Statistics

2002-01-21 Thread Andre' Solomon
Hi, I'm looking for a Perl Module that would allow me to determine some basic server statistics such as uptime, CPU usage per process, total CPU usage, disk usage, etc. Can someone point me in the right direction please. Thanks, Andre'

RE: Perl module to operate on MS Excel files

2002-01-08 Thread McCollum, Frank
ef $ex; } } -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 1:12 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: Perl module to operate on MS Excel files > -Original Message- > From: [EMAIL

RE: Perl module to operate on MS Excel files

2002-01-08 Thread Bob Showalter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 1:03 PM > To: [EMAIL PROTECTED] > Subject: Perl module to operate on MS Excel files > > > Hello, > > I need to automate the extraction and insertion of cells from > and into an >

Re: PERL module: Help please!

2001-06-08 Thread iansmith
On Fri, 8 Jun 2001, Shawn wrote: > I will start by saying this is largely a learning excersize. I want to > get to the point where I can write a PERL module using some C code in > the backend. I would be greatful as hell for any help on this! You want the Inline::C module! This lets you do some

Re: PERL module: Help please!

2001-06-08 Thread Shawn
My appologies for the bad grammer... ;) On 06/08, Shawn rearranged the electrons to read: > I will start by saying this is largely a learning excersize. I want to > get to the point where I can write a PERL module using some C code in > the backend. I would be greatful as hell for any help on thi