Title: Mensaje
Hello to everyone!
I have just started to use Perl and I need to create
a report in a pdf file. I found a package called PDF but the documentation is
not as clear as I thought.
Could anyone tell me where can I get more documentation
related to PDF files creation u
Title: File Comparison
Ken
Here is how I would do it:
Read your entire NUT.DAT file into an
array. - This is your 'Smaller' File
Join it with a space delimiter so in
memory it looks like:
Must use a delimiter to keep 11-byte groups
from running together.
"12345678912
Have you looked at regular expressions? They do exactly this.
"Sara" <[EMAIL PROTECTED]>
I have the main window and through a menu option i want to create another
topleve window (new Toplevel).
The problem is that the second toplevel window is not being focused when it
raises.
Another example is when i press the button to select some files then the
toplevel window is hiding behind