Austin Texas
North of the river between Shoal Creek and bull Creek on a hill.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Friday 02 November 2001 05:18 pm, you wrote:
> Unsure what you are trying, but:
>
> if ( /^T...A/ ) { # When try
> # if Starts with a T , dont care about 2 thru 4 and the 5th char
> is A }else {
> # not a hit do work here
>}
>
> Wags ;)
Great commenting style.
some cut and pastable HTML would be nice for excerpting
and making a cheat sheet for myself. (The making is part of the learning
process--then you don't have to read it anymore once you've written it for
yourself...)
John Griessen
Date: Thu, 1 Nov 2001 16:03:38 -0500
From: Bob
way...
So now, why did i think I read in the Programming Perl function list that
the function
my
initialized a variable?
Should I be using
my
here? I'm not hiding it from another main program from in a sub like it says
it is for...I was just getting use strict to not give errors!
es at the same time.
# Created by John Griessen 8/26/2001
# post a db query using Get, since all on the one url line.
# if title is Company Info{getCompanyRecord} or else,
# if title is Search Results
# then extract links like:
(http://sbs.dnb.com/compInfo.asp?callback=yes&compName=* )
# eve
vance
# (used opera and copied url GET going out real quick before answer arrived)
# and maybe later parse html to text and update .csv
# job search data files at the same time.
# Created by John Griessen 8/26/2001
# post a db query using Get, since all on the one url line.
# if title is Company