RE: cat zipped files

2003-10-27 Thread Steve Lobach
Thank you, for some reason I had it in my mind that command would only decompress the file, I tried it in my perl script and it worked fine.. >>> "Bakken, Luke" <[EMAIL PROTECTED]> 10/27/03 09:41AM >>> > -Original Message- > I was hoping someone would have an idea of how to cat zipped >

RE: Error

2003-06-03 Thread Steve Lobach
None that I can remember, but I am open to making necessary changes.. >>> "Paul Kraus" <[EMAIL PROTECTED]> 06/02/03 11:45AM >>> No changes to the system? Perl upgrade? System reload? Anything at all that you can remember? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Regex question

2003-02-24 Thread Steve Lobach
I have a perl script that acts like grep, however, it doesn't totally do what is expected.. The script is called peg.. It supposedly takes regex or perl expressions for parameters.. however I have to search for the following string : TDS-RES.1.2345678 but when I use the following regex it fai

Re: How do you 'read' from a Tk widget ?

2003-02-21 Thread Steve Lobach
I'm a newbie, but try... my $strngName=$txtWidgetName->get(0.1, 'end'); >>> yargo <[EMAIL PROTECTED]> 02/21/03 07:14AM >>> Hi all, I have this little script that asks the user for UserName & password. I can't figure out where do I get the input. e.g. : UserName = yargo Password = q1w2e3

Re: Reading Tk::Text widget

2003-02-19 Thread Steve Lobach
print $peg_command; print "\n"; #$rmhost->cmd($peg_command); }; }; }; # $rmhost->close; print"DONE"; } >>> "Steve Lobach" <[EMAIL PROTECTED]> 02/

Re: Sending e-mail from perl script using SMTP on Windows!!!working now

2003-02-19 Thread Steve Lobach
I would assume you would have to actually do a lookup using LDAP or something.. >>> "Madhu Reddy" <[EMAIL PROTECTED]> 02/18/03 08:55PM >>> Hi Guys, now it's working fine there is typeo in e-mail address i put email address as '[EMAIL PROTECTED]' here typeo... actual is "redy.ponnolu"

Reading Tk::Text widget

2003-02-19 Thread Steve Lobach
I am trying to read in a text widget line by line: my $peg1=$PegText->get('1.0', '1.0 lineend'); my $peg2=$PegText->get('2.0', '2.0 lineend'); the problem is I want to do it dynamically, because I don't know how may I will have in the future.. I read about the following method,

Parsing TK textbox

2003-02-14 Thread Steve Lobach
I have this subroutine which works pretty well for one value, but I need to be able to parse the input text box ($PegText) so I can loop over the entry's.. I assume I can use $PegText->get($index1,$index2); I just don't know how to use it.. how does the setup the initial $index2 to look for the d

Re: Newbie question

2003-02-12 Thread Steve Lobach
ript, but you don't have a webserver... What O/S is on the desktops? More importantly, what scripting or programming language do they have in common? You can make a script or program in you choice of language. As long as it supports running other languages and can recieve the output from th

Newbie question

2003-02-11 Thread Steve Lobach
I've been doing some work on AIX and using grep to find data in files, but I frequently run into situations where the lines are much longer than 2k characters. I found a nice tool using Perl to do this.. Now I would like to beef up this script a little bit.. How can I run that Perl script re