Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fsaerospace

    Parse String with PERL [A-Z]

    Hey! I need to parse, from <STDIN>, a string such as: HDFx-GdFs Each character is a letter and can be lower or upper case. How do I make this into a regex expression? here's the code (which isn't setup to parse for exactly this 4 letters, dash, 4 letters setup): if($line =~ /Testcode.*[\#...
  2. fsaerospace

    Perl Compare Arrays from Database Results

    Hi All!! I want to compare results from two MySQL queries. Lets say I have two databases with approx. the same data (i.e. employee names). SQLquery1=select employees from sf_emps order by employees Array1=(aaron,abott,babbot,cabbot,dabbot,fabbot) SQLquery2=select employees from OTHERDATABAE...
  3. fsaerospace

    Apache Tomcat Web-Application not deployed

    Hi All!!! I am having great difficulties getting my Tomcat container setup with Apache. I am using the webapp module as a client and have set up a connection to /examples/ but whenever I type in http://localhost/examples/ I get this error in the browser: WebApp: Error 404 (File: wa_request.c...

Part and Inventory Search

Back
Top