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 bkrike 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: Neoport
  • Content: Threads
  • Order by date
  1. Neoport

    Font Print

    Hi, I'm working on an MFC project, and the problem is that I'm able to change the font to display on the screen, however when I request to print it out to the printer, it would only print it in the default font instead of the font I specified. Does anyone know what's the problem. Thanks
  2. Neoport

    Saving weird characters

    Hi, I have been trying to solve this problem. I need to save the character &quot;<&quot; into a string. $name = &quot;\<&quot;; When I wrote the code above, Perl complaint, and I have no idea how to save the escape character into a string. Thanks
  3. Neoport

    Strings

    Hi, I have copy the filenames in the directory to a text file. The format of the file is [year month date page#]-> [0010102.lib] so this would denote 1900, January, 1st, page 2. How would I get the list of files in the file that ends anything after the specific date but not the page...
  4. Neoport

    Files Question

    Hi, I have a folder with 800 files, and I was wondering if there's a way I can copy the name of each file into a text file so I can work with the text file instead. Thanks
  5. Neoport

    string help

    Hi, I'm trying to design a database on a text file with the following format: filename.dat<tab>&quot;information regarding the file&quot; . . . I was wondering if there's a function I can use to just copy out the filename.dat word from the long string. Because I will be displaying the...
  6. Neoport

    Perl: Sending Mail

    Hello..<br>I'm trying to create a form mail from Perl.<br><br>Can someone show me where I can find the functions necessary to send an email from a form submitted by a user.&nbsp;&nbsp;If explanation is too long, please provide a url if possible.<br><br>Thanks
  7. Neoport

    Printing Data Into HTML

    Hi,<br><br>I have been programming Perl for the last couple weeks.&nbsp;&nbsp;Getting into the web part of Perl is really exciting.&nbsp;&nbsp;But now I'm stuck.&nbsp;&nbsp;I'm trying to print data from file recursively to the html document and it doesn't work properly.&nbsp;&nbsp;<br><br>Can...

Part and Inventory Search

Back
Top