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 SkipVought 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. j0nxuser

    another opinion with my regexp, please

    Nope - It's actually for work. Out IT dept rolled out some "enhancements" which ended up breaking a few other pieces of logic within our systems/apps. That said, I need to band-aid the problem until the next maintenance window... Is that better or worse then what you where thinking? :-) Mark
  2. j0nxuser

    another opinion with my regexp, please

    Kevin - Excellent! Thank you for the suggestion. I'll need to brush on my tr and unpack. :-) Mark
  3. j0nxuser

    another opinion with my regexp, please

    That worked like a charm - thank you for the idea! Mark
  4. j0nxuser

    another opinion with my regexp, please

    Excellent - Thank you - Let me adjust my code accordingly and re-test. Thank you!! Mark
  5. j0nxuser

    another opinion with my regexp, please

    OK - I have a list of customer names from a database query. For my immediate goal, I only need the first three (3) alphanumerics (A-Za-z0-9). I can exclude ALL other characters that may appear... Smith Co. (would want "SMI") A-B-C Co. (would want "ABC") U_US INC. (would want "UUS") I need to...
  6. j0nxuser

    remove an element of an array

    That works! Thank you! Mark
  7. j0nxuser

    remove an element of an array

    Need some assistance with an array. For example, I have an array of unique email addresses (thanks to Getopt::Long) and need to send emails to every address in that array via a for loop. That said, before I enter the for loop to send the emails I need to check to see if the email address...
  8. j0nxuser

    perl to php conversion with =~& !~

    New to php5 and trying to figure out how to take a perl do/until loop (with like, eq and ne) and convert it to a php do/while loop. do { stuff; more stuff; } until ((($title =~ /$level/i) && ($uid ne $rep)) || ($top==1) || (($level eq "") && ($uid ne $rep))); Not sure how to...
  9. j0nxuser

    Howto return multiple values with regexp =~ splitpath oneline

    OK - That's what I was afraid of. I was thinking three lines. Thank you! Mark
  10. j0nxuser

    Howto return multiple values with regexp =~ splitpath oneline

    I have several tables in my 10G database that are fed to me from a perl script that fetches XML data from another company (data is not stored as XML - plain old tables and fields). The perl script databases all of the data in different tables - all of which work fine. My challenge stems from a...
  11. j0nxuser

    PHP Form to create MS Word attachments

    I'm Running Centos5 have a solid php form that submits the raw data to an oracle database and then emails the user a copy of what they submitted. My next challenge is the take the input off of the form, jam it into a word doc and then attach as a LOB to oracle and then attach to the email that...
  12. j0nxuser

    perl ldap "like search"

    Miller - I started to look at some of these documents and believe that they will be able to help me out. Thanks again and will keep ya' posted. Mark
  13. j0nxuser

    perl ldap "like search"

    Sorry about that. Let me ask it this way, is there a way to do this exclusively within Net::LDAP? My ultimate goal is to take a list of names and throw them into LDAP to see if they are valid. The problem that I have is that I only have a first name and a last name. Using some examples...
  14. j0nxuser

    perl ldap "like search"

    What would be the best way to search for a user in LDAP with a "like". I have a list of people that need to verified/validated in our corp. LDAP directory. The problem is if the cn attribute contains anything other "firstname lastname" my search fails (rightly so - I'm looking for an exact...
  15. j0nxuser

    isqlplus settings

    What do I need to set/check in order for "preferences" to be memorized/set by Oracle? For example, every time I log into the isqlplus web page I have to set the output to be on a single page (as opposed to multiple pages). Weird thing is that isql remembers my userID and last connection...
  16. j0nxuser

    installing perl modules as sudo

    Moving to an environment where I no longer have root on my RHAS4 box. Generally speaking, what do I need to tell the new admins to do with my sudo access to allow me to install all of my needed perl modules so they will work for all of the users on the box? I've never had this problem before...
  17. j0nxuser

    3270 libraries

    That was it. Darn it - Always the most obvious, too. I did a yum install from our corporate servers and re-executed the install commands and tested it. Now, the kick in the pants is that the IBM mainframe is shut down today which means no live testing, oh well. Thanks again! It was just a...
  18. j0nxuser

    3270 libraries

    Darn it - I think that you may be right on the money. I don't remember seeing or installing XFree86-devel. I'm going to try this in a few. Thanks again!!!!!!!!! Please keep your fingers crossed for me! Mark
  19. j0nxuser

    3270 libraries

    Most definitely. I was trying to install the x3270 package. http://x3270.bgp.nu/ (P.S. - I have this working on another box which I have tried to use as a comparison, but so far no luck) I tried to rip apart the configure file, but it was over my head. Side note: I am running a RHAS4 box...
  20. j0nxuser

    3270 libraries

    OK - I just added X11R6 to the LD_LIBRARY_PATH for a new export of: LD_LIBRARY_PATH=/u01/app/oracle/product/10.1.0/lib:/usr/local/lib:/lib:/usr/lib:/usr/X11R6/lib ...and still no luck. I'm able to run s3270 (displayless, but I just need the X version). Arrgh! (I just recheck perms and owner...

Part and Inventory Search

Back
Top