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
Hi,
I have been trying to solve this problem.
I need to save the character "<" into a string.
$name = "\<";
When I wrote the code above, Perl complaint, and I have no idea how to save the escape character into a string.
Thanks
The list of files are stored in a array, and also the files doesn't start with "[" or end with "]". 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...
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...
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
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
Hi,
I'm trying to design a database on a text file with the following format:
filename.dat<tab>"information regarding the file"
.
.
.
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...
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. If explanation is too long, please provide a url if possible.<br><br>Thanks
I have open the file and assign the whole file to an array.<br>@A = <HANDLE>;<br>while($Line = shift(@A)) { print $Line; }<br>This will work fine, but I can't print this in hmtl document. When I'm trying to print anything in HTML, I cannot do any manupilations with Perl's...
Hi,<br><br>I have been programming Perl for the last couple weeks. Getting into the web part of Perl is really exciting. But now I'm stuck. I'm trying to print data from file recursively to the html document and it doesn't work properly. <br><br>Can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.