Re: interface Perl script with an external website (Pass Values to a web)

2007-11-15 Thread newBee
I have the fallowing html code, and in this code segment i want to fill the field but the problem is instead of name the field as they use the tag. It will be a great help if someone could guide me on this...

matching and parsing commands

2007-11-15 Thread alok nath
Hi, I have list of commands that needs to be called.I am calling the commands in through multiple scripts.The number of commands are quite large and some commands have multiple options and parameters. I wanted to verify now whether my scripts covers all the commands and its availabl

Re: perl monitor programs for linux

2007-11-15 Thread Tom Phoenix
On 11/15/07, Jeff Pang <[EMAIL PROTECTED]> wrote: > On Nov 16, 2007 2:16 AM, John W. Krahn <[EMAIL PROTECTED]> wrote: > > Second, CAT? Are you trying to win the UUOC award? > what's UUOC? cat is just cat under linux/unix, `man cat' pls. You could probably have found "What does UUOC mean?" in yo

Re: perl monitor programs for linux

2007-11-15 Thread Jeff Pang
On Nov 16, 2007 2:16 AM, John W. Krahn <[EMAIL PROTECTED]> wrote: > > > > Any criticism or suggestion are welcome. > > OK, you asked for it. From the monagt program: > Yes, thanks for pointing any problems out John. > > First, what is 'nc'? I have an nc program on my HD but I don't think > > S

Re: Meta: please don't mail here if you have huge useless pointless disclaimers

2007-11-15 Thread Randal L. Schwartz
> "Peter" == Peter Scott <[EMAIL PROTECTED]> writes: Peter> Offensive or otherwise, the list is not the place to flame about it, On the contrary... in the absence of a special "meta" list, meta information is *always* on topic on a list. Otherwise, where would it get discussed? Peter> The d

Re: perl monitor programs for linux

2007-11-15 Thread Rob Dixon
Bob McConnell wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Pang Sent: Thursday, November 15, 2007 6:58 AM To: beginners@perl.org Subject: perl monitor programs for linux These two programs, monsvr and monagt, were written by Angel flowe

Re: perl monitor programs for linux

2007-11-15 Thread John W . Krahn
On Thursday 15 November 2007 03:57, Jeff Pang wrote: > These two programs, monsvr and monagt, were written by Angel flower, > who is a girl programmer, and were improved and maintained by me. > They are a pair of socket programs, used to monitor for Linux OS's > resource like cpu,mem,ports,swap,fre

RE: perl monitor programs for linux

2007-11-15 Thread Bob McConnell
>-Original Message- >From: Rob Dixon [mailto:[EMAIL PROTECTED] >Sent: Thursday, November 15, 2007 12:33 PM >To: beginners@perl.org >Subject: Re: perl monitor programs for linux > >Bob McConnell wrote: >> -Original Message- >>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

perl monitor programs for linux

2007-11-15 Thread Jeff Pang
These two programs, monsvr and monagt, were written by Angel flower, who is a girl programmer, and were improved and maintained by me. They are a pair of socket programs, used to monitor for Linux OS's resource like cpu,mem,ports,swap,free disk etc. They have been working for more than 300 linux ho

RE: perl monitor programs for linux

2007-11-15 Thread Bob McConnell
-Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Pang > Sent: Thursday, November 15, 2007 6:58 AM > To: beginners@perl.org > Subject: perl monitor programs for linux > > These two programs, monsvr and monagt, were written by Angel flower, > who is a

Re: Meta: please don't mail here if you have huge useless pointless disclaimers (was Re: SOH char)

2007-11-15 Thread Peter Scott
On Wed, 14 Nov 2007 13:09:50 -0500, Chas. Owens wrote: > Because of netiquette. It isn't just Schwartz who is offended by this > sort of thing, it is offensive to everyone who remembers the time > before Eternal September. It is also a good idea to conform to > netiquette because people are more

Re: How can I assign system() call to a Variable

2007-11-15 Thread Jeff Pang
On Nov 14, 2007 11:11 AM, Marco <[EMAIL PROTECTED]> wrote: > > $inact = "cat /proc/meminfo | grep -w Inactive | sed 's/^.*Inactive: // > g' | sed 's/kB//'"; > $result = system(cat /proc/meminfo | grep -w Inactive | sed 's/ > ^.*Inactive: //g' | sed 's/kB//'); > print $result; > > btw, here you re

Re: socket programming in perl

2007-11-15 Thread Raan
Hi , Thanks for providing me useful information. Can you also tell me can i call a web service from the perl. Regards, Raan On Nov 14, 7:33 pm, [EMAIL PROTECTED] (Jeff Pang) wrote: > On Nov 14, 2007 5:45 PM, Raan <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > I have to do some kind of socket pr

Re: How can I assign system() call to a Variable

2007-11-15 Thread Jeff Pang
On Nov 15, 2007 3:05 PM, Marco <[EMAIL PROTECTED]> wrote: > > > By the way, how can I use this script to get the data I need form > remote machine?...thanks > > use Net::SSH or something like that. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ht

Re: socket programming in perl

2007-11-15 Thread Jeff Pang
On Nov 15, 2007 2:10 PM, Raan <[EMAIL PROTECTED]> wrote: > Hi , > > Thanks for providing me useful information. > > Can you also tell me can i call a web service from the perl. > What do you mean by calling a web service from the perl? If you want to access web pages with perl you can use LWP libs

Re: How can I assign system() call to a Variable

2007-11-15 Thread Marco
By the way, how can I use this script to get the data I need form remote machine?...thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/