I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-02-08 18:48:59-08 by torg
How to exract County from the scripts
When I use the script the debug output shows the County. When I use the example to print the matches however it does not print out the county value. How do I get my script to extract the county information?
_____________________________________________________________________________ / \ ADDRESS: Input City => 'West Chester' Delivery Address => '8080 Beckett Center Drive Suite 203' Firm => 'Focus Research, Inc.' State => 'OH' Urbanization => '' Zip Code => '45069-5001' ------------------------------------------------------------------------------- Raw match: 8080 BECKETT CENTER DR STE 203<br />WEST CHESTER&nbsp;OH&nbsp;&nbsp;45069-5036<br /></td> <td style +="background:url(images/table_gray.gif);">&nbsp;</td> <td height="34" align="right" valign="top" c +lass="main" style="background:url(images/table_gray.gif); padding:5px 10px;"><a title="Mailing Ind +ustry Information" href="#" onClick="mailingIndustryPopup2('R035','BUTLER','53','4','','0287','A', +'H','','','','','Y');" ------------------------------------------------------------------------------- Distilled match: 8080 BECKETT CENTER DR STE 203<br />WEST CHESTER OH 45069-5036 ---------------------------------------------------------------------- Address: 8080 BECKETT CENTER DR STE 203 City: WEST CHESTER State: OH Zip: 45069-5036 Carrier Route: R035 County: BUTLER Delivery Point: 53 Check Digit: 4 eLOT Sequence: 0287 eLOT Indicator: A Record Type: H Valid: Y \_____________________________________________________________________________/ 1 matches: --------------------------------------- 8080 BECKETT CENTER DR STE 203 WEST CHESTER OH 45069-5036 ---------------------------------------
Direct Responses: Write a response