Creating PDF documents with perl

2003-09-05 Thread Cañón Correa Camilo Andrés
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

Re: File Comparison

2003-09-05 Thread Gregg Morrison
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

Re: Deleting HTML code from a text file.

2003-09-05 Thread Mike . Kent
Have you looked at regular expressions? They do exactly this. "Sara" <[EMAIL PROTECTED]>

problems with the TopLevel widget

2003-09-05 Thread jon sof
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