RE: printing output of ping command -- New question at bottom.

2005-02-24 Thread Tyson Sommer
> -Original Message- > From: John W. Krahn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 23, 2005 2:50 PM > To: Perl Beginners > Subject: Re: printing output of ping command -- New question > at bottom. > > Tyson Sommer wrote: > > > > Th

RE: printing output of ping command -- New question at bottom.

2005-02-24 Thread Tyson Sommer
> -Original Message- > From: Chris Devers [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 23, 2005 1:18 PM > To: Tyson Sommer > Cc: 'Perl Beginners List' > Subject: Re: printing output of ping command -- New question > at bottom. > > On

printing output of ping command -- New question at bottom.

2005-02-23 Thread Tyson Sommer
> -Original Message- > From: Chris Devers [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 23, 2005 10:14 AM > To: TapasranjanMohapatra > Cc: Perl Beginners List > Subject: Re: printing output of ping command > > On Wed, 23 Feb 2005, TapasranjanMohapatra wrote: > > > I have a scr

RE: Using the perl debugger with options

2005-02-23 Thread Tyson Sommer
> -Original Message- > From: radhika [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 22, 2005 12:37 PM > To: beginners@perl.org > Subject: Using the perl debugger with options > > Hi, > I am a beginner perl programmer (but not exactly a novice) > and am writing > a perl module whi

RE: Securing user data

2005-02-18 Thread Tyson Sommer
> -Original Message- > From: Jay [mailto:[EMAIL PROTECTED] > Sent: Friday, February 18, 2005 3:42 PM > To: [EMAIL PROTECTED] > Subject: Re: Securing user data > > On Fri, 18 Feb 2005 14:33:24 -0600, Tyson Sommer > <[EMAIL PROTECTED]> wrote: > > A

Securing user data

2005-02-18 Thread Tyson Sommer
Are there any not-so-obvious problems with untainting user input for passing to the shell with something like (for the sake of simplicity): # need to be able to use "." and "-" characters as well as alphanumerics chomp ( my $input = ); $input =~ s/[^A-Za-z0-9\-\.]//g;

RE: Capturing the results from Expect with backtick

2005-02-17 Thread Tyson Sommer
> -Original Message- > From: glidden, matthew [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 17, 2005 10:15 AM > To: 'beginners@perl.org' > Subject: Capturing the results from Expect with backtick > > I'm using combined perl and Expect scripts to do the following: > > 1. ping a

Grep or regex -- completed.

2005-02-16 Thread Tyson Sommer
Oops! Accidentally hit ctl-enter rather than ctl-v for paste and sent the message prematurely... Then I found the answer while trying to complete this email. So... Nevermind. Sorry! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Grep or regex

2005-02-16 Thread Tyson Sommer
I need to iterate over a list of data to extract a line that matches a pattern that I have set in a variable. Is there any way to use variable substitution within a regular expression? So far, this is all I have been able to get to work: -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

RE: snmp requests CORRECTED!

2005-02-15 Thread Tyson Sommer
et_request() above returned to get specifics on any given interface. This doesn't seem to really be a perl question though... You list vets, please flame me if I'm breaking protocol here. I'm new to the list and less than a year in the Perl world (but I am fairly familiar with this

Perldoc.com

2005-02-08 Thread Tyson Sommer
Is something awry with perldoc.com? I haven't been able to reach it for a few days. I get pings back, and the browser says page found, but it never loads. Thanks! Tyson (noob - 1st post to beginners) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE