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!

Recent content by Neoport

  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

    The list of files are stored in a array, and also the files doesn't start with &quot;[&quot; or end with &quot;]&quot;. So do I just remov e the two brackets in the if statement below? the file name is only 8 number long, 00010108.lib 1900, January 1st, page #8. I'm just going to loop through...
  4. 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...
  5. 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
  6. Neoport

    string help

    I think I'll be doing the split function with the tab \t and it will separate the strings into an array, after this I'll assign the first element of the array as my filename. Thanks
  7. 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...
  8. 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
  9. Neoport

    Printing Data Into HTML

    I have open the file and assign the whole file to an array.<br>@A = &lt;HANDLE&gt;;<br>while($Line = shift(@A)) { print $Line; }<br>This will work fine, but I can't print this in hmtl document.&nbsp;&nbsp;When I'm trying to print anything in HTML, I cannot do any manupilations with Perl's...
  10. 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