Re: win32::guitest

2007-01-05 Thread Dave Gray
On 1/5/07, MGautam <[EMAIL PROTECTED]> wrote: Hi, How do we use win32::guitest to get a particular content of the webpage into a variable. I have a task: 1) open a browser 2) hit the url 3) hit few tabs and fill the required information then "submit" the form 4) after submit, it leads to new pa

Re: Numerical regex help

2007-01-05 Thread Rob Dixon
Jason Balicki wrote: This should be a quickie, I hope: I'm parsing an array that contains things like Zap/1 Zap/2 Zap/3 ... etc. I'm only concerned with Zap/32 - Zap/47. Will this work: if (($zapdef eq "Zap/*") and ($zapdef eq "*[32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47]*")) {

Re: Numerical regex help

2007-01-05 Thread John W. Krahn
Jason Balicki wrote: > This should be a quickie, I hope: > > I'm parsing an array that contains things like Zap/1 Zap/2 Zap/3 ... etc. > > I'm only concerned with Zap/32 - Zap/47. > > Will this work: > > if (($zapdef eq "Zap/*") and ($zapdef eq > "*[32|33|34|35|36|37|38|39|40|41|42|43|44|45|46

Numerical regex help

2007-01-05 Thread Jason Balicki
This should be a quickie, I hope: I'm parsing an array that contains things like Zap/1 Zap/2 Zap/3 ... etc. I'm only concerned with Zap/32 - Zap/47. Will this work: if (($zapdef eq "Zap/*") and ($zapdef eq "*[32|33|34|35|36|37|38|39|40|41|42|43|44|45|46|47]*")) { dostuff(); } and even

RE: How to pull Text from a PDF using Perl?

2007-01-05 Thread Wagner, David --- Senior Programmer Analyst --- WGO
-Original Message- From: Dave Gray [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 17:01 To: beginners@perl.org Cc: Wagner, David --- Senior Programmer Analyst --- WGO Subject: Re: How to pull Text from a PDF using Perl? On 1/4/07, Wagner, David --- Senior Programmer Analyst --

Re: perl script instead of grep

2007-01-05 Thread John W. Krahn
Andreas Moroder wrote: > Hello, Hello, > I have a directory with many files with names made like this two: > > PC=laptop-fortbild,USER=fsigmund,OS=95-98 > PC=INFO-FABIAN,USER=fsigmund,OS=W2K-XP > > This text files may contain a line like this one > > Mac-Adresse: 00:10:D7:09:5E:16 > > With gr

Re: help on log parser

2007-01-05 Thread Mumia W.
On 01/04/2007 09:48 PM, beast wrote: Hi all, I have text file which has these following format: username1:10.0.0.1 username2:10.0.0.3 Basically, it has username with at least 1 IP address. I would like to parse log which contains IP address but might not contains the username, ie: 10.0.0.

RE: perl script instead of grep

2007-01-05 Thread Roman
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Moroder Sent: Friday, 5 January 2007 8:37 PM To: beginners@perl.org Subject: perl script instead of grep Hello, I have a directory with many files with names made like this two: PC=laptop-fortbild,USER=fsigmun

Re: Hello and a question

2007-01-05 Thread D. Bolliger
Dr.Ruud am Donnerstag, 4. Januar 2007 19:37: > "D. Bolliger" schreef: > > perldoc -f cp > > You were kidding, right? :) ugh, my mail client must have automatically abbreviated perldoc File::Copy # inlcuding cp :-) thanks, Dani -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

perl script instead of grep

2007-01-05 Thread Andreas Moroder
Hello, I have a directory with many files with names made like this two: PC=laptop-fortbild,USER=fsigmund,OS=95-98 PC=INFO-FABIAN,USER=fsigmund,OS=W2K-XP This text files may contain a line like this one Mac-Adresse: 00:10:D7:09:5E:16 With grep grep Mac-Adresse PC* | awk -F , '{print $1" " $3

win32::guitest

2007-01-05 Thread MGautam
Hi, How do we use win32::guitest to get a particular content of the webpage into a variable. I have a task: 1) open a browser 2) hit the url 3) hit few tabs and fill the required information then "submit" the form 4) after submit, it leads to new page. (Here i need to check for particular msg. (

Re: Regex question

2007-01-05 Thread M. Lewis
Jay Savage wrote: On 1/4/07, Igor Sutton <[EMAIL PROTECTED]> wrote: > I tried this Igor and it doesn't do exactly what I'm looking for. I > checked the docs and don't think it will do exactly what I want. I need > to do some more reading though. What I want to extract is the domain > name, ala: