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 TouchToneTommy 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: *

  • Users: lenrobert
  • Content: Threads
  • Order by date
  1. lenrobert

    Perl, DBI, MySQL and UTF-8 under Win32.

    Hi, finally I succeeded in inserting Unicode (namely utf8) strings into a MySQL database, but what I still don't know is how to query the database to avoid getting ? instead of e.g. ?. (áéö works somehow, since they are among latin1 (iso-8859-1) characters). Can anyone help? Thank you in...
  2. lenrobert

    Perl CGI Question: Get the date of a file from file upload

    Does anyone know how to get the original date of an uploaded file in the CGI script? Thanks in advance, Robert
  3. lenrobert

    The 'this' value in event handling object method.

    Hi everybody! I got stuck in a problem: If I call a method of a self-defined object the "this" value usually equals to the self-defined object. However in the case of an event handling method I cannot get back the object. Can anyone help me? <html> <head> <script> function Class1() {...
  4. lenrobert

    Tightly packed table. Problem with Firefox / XHTML Strict.

    I would like to use a table to keep images, without any gaps between them. I could not do it with Firefox using XHTML Strict declaration. To make the gaps visible I used red background color. Can anyone help? Tip: Maybe it has some thing to do with the font-size. The red strip's height...
  5. lenrobert

    Boolean operators in PERL regexp?

    Boolean operators in PERL regexp? I am aware of OR ( | ), but is there logical NOT in the PERL regex syntax? The task would be the following: to extract the relative links (i.e.. the href property of the "a" element) from an HTML file, even if it is not enclosed in quotation marks. This means...

Part and Inventory Search

Back
Top