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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ppoh

  1. ppoh

    Problem comparing variable

    KevinADC - I tried the double quotes .. no effect. The "if ($memcode2 eq $extra || $memcode2 == $extra) {" works when member has data ... but when member dosen't have data, the script gets memcode (numeric) confused with the "LDxx" (Alphanumeric) code and displays the employees info when it...
  2. ppoh

    Problem comparing variable

    I tried that "if ($memcode2 eq $extra) {" and if user has no data the script displays nothing (like it should) but if user does have data ... it displays nothing when it should. members logging in only have numeric code. The "employees" that are included in the data reports will never login in...
  3. ppoh

    libxml2 anyone?

    The latest versions of libxml2 can be found on the xmlsoft.org server ( HTTP, FTP and rsync are available), there is also mirrors (Australia( Web), France) or on the Gnome FTP server as source archive , Antonin Sprinzl also provide a mirror in Austria. (NOTE that you need both the libxml(2) and...
  4. ppoh

    Problem comparing variable

    Hi, I'm more a less a newbie at perl ... here's my problem. I wrote a script that checks three separate files. The first file it checks is a members database (flat file) to get the users members code. once it gets the members code (three digit number) it than refers to the other two flat files...

Part and Inventory Search

Back
Top