RE: hiding logins at prompt

2001-05-25 Thread Yacketta,Ronald J
Darn it, beat me to the punch I just saw his question and was reading the chapter when I saw your post... -Original Message- From: Brett W. McCoy [mailto:[EMAIL PROTECTED]] Sent: Friday, May 25, 2001 3:04 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: hiding logins at prompt

udp redirect

2001-05-25 Thread Yacketta,Ronald J
Folks, I have been searching for a udp redirector that would be used to gather udp packets on a single ip:port and then redirect to multiple ip:port combinations. A little diag of what I am searching for: server 1 ||--- utility 1 server

mail

2001-05-23 Thread Yacketta,Ronald J
Folks, I search CPAN and found a good deal of Mail packages, seeing that I am frankly new which of them would you recommend to use in a perl script that will be sending a single email at the completion of a set of tasks? -Ron == __ /_/\ Ronald

psgrep from Perl Cookbook

2001-05-23 Thread Yacketta,Ronald J
Folks, I finally got a few books from O'Reilly, I truly am enjoying reading "Perl Cookbook" I was wondering if any of these complete scripts are available online for download? I really am interested in the psgrep script, but would rather not retype it if it has already been done Regards, Ron

RE: another newb question

2001-05-21 Thread Yacketta,Ronald J
-up perl script he dolled out. @output = qw(nsrclone -S -f - @ssids); but, to me that looks like it is a no go -Ron -Original Message- From: Paul [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 12:05 PM To: Yacketta,Ronald J; [EMAIL PROTECTED] Subject: Re: another newb question

another newb question

2001-05-21 Thread Yacketta,Ronald J
Hello folks! Yes, its me again... ;) first I would like to thank _everyone_ who has helped me with my little clone script and shown me the path from the darkside (no -w no use strict) to the light side! I now have one more newb question for the crew here at beginners... I need to run anoth

RE: REVIEW: please review the following

2001-05-18 Thread Yacketta,Ronald J
om: Jeff Pinyan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 4:41 PM To: Yacketta,Ronald J Cc: [EMAIL PROTECTED] Subject: RE: REVIEW: please review the following On May 18, Yacketta,Ronald J said: >Is this error version specific? >syntax error at ./wki.pl line 101, near "t

RE: REVIEW: please review the following

2001-05-18 Thread Yacketta,Ronald J
. Regards Ron -Original Message- From: Jeff Pinyan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 3:12 PM To: Yacketta,Ronald J Cc: [EMAIL PROTECTED] Subject: RE: REVIEW: please review the following Here's my "vision" of the new program: http://www.pobox.co

RE: REVIEW: please review the following

2001-05-18 Thread Yacketta,Ronald J
I had problems with that line earlier in my adventures. I noticed that the lines being printed to the output file were off, I would have data then header instead of header then data so, I yanked the header and sent it via echo and the data via print yes, a ugly hack.. sorry, I am just perl newb a

RE: REVIEW: please review the following

2001-05-18 Thread Yacketta,Ronald J
thanxs a ton! yes, there are a few unused variables the script is not even close to being done. The unused variables will be used in the very near future... -Original Message- From: Jeff Pinyan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 2:37 PM To: Yacketta,Ronald J Cc

RE: REVIEW: please review the following

2001-05-18 Thread Yacketta,Ronald J
grief :( yes, newb here! -Original Message- From: Peter Scott [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 2:20 PM To: [EMAIL PROTECTED] Subject: Re: REVIEW: please review the following At 12:39 PM 5/18/01 -0500, John Joseph Trammell wrote: >On Fri, May 18, 2001 at 02:15:05PM -

RE: REVIEW: please review the following

2001-05-18 Thread Yacketta,Ronald J
Ops! forgot the config file backint:4pm 8am maple aspen online:7pm 8am orange archive:7pm 8am orange exchange:11pm 4am newman -Original Message- From: Yacketta,Ronald J [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 2:15 PM To: [EMAIL PROTECTED] Subject: REVIEW: please review

REVIEW: please review the following

2001-05-18 Thread Yacketta,Ronald J
Folks, Bellow is a copy of the script I have been hacking away at, it is in no way shape or form even close to being complete. Once it is completed I will be submitting it to www.backupcentral.com for public use by whom ever so chooses. I openly await you input and critique, I am in no way close

script review

2001-05-18 Thread Yacketta,Ronald J
Folks, Do you mind if I post a script I have been hacking away at for a week or so now? I really would like input to improve its performance etc, I am using this script as my tutorial. I have learned a great deal from this list and by hacking away. I will not post to the list, unless there is b

RE: help with arrays

2001-05-17 Thread Yacketta,Ronald J
1:32 PM To: Yacketta,Ronald J Subject: RE: help with arrays When I do this... #!/usr/local/bin/perl open(BINT,"junk") || die "could not open $BACKINT: $!"; while ($line = ) { #chomp $line; my ($type) = split(/:/,$line);

help with arrays

2001-05-17 Thread Yacketta,Ronald J
Hello all!! here is my little problem, I have a file that I must parse and then once parsed I need to run a legato networker mminfo command to generate a list of save set id's to use for a cloning process. the config file looks like such backint:maple oak pine aspen online:palm chestnut cherry a