I'm working with directories in which there should be a number of graphs
files; one TIFF file, one PDF file.

I'm wanting to find which TIFF files there is no corresponding PDF file for.

One way to do this is to create 2 lists (arrays), one for all the TIFF files
in a directory, the other list for all the PDF files in the same directory.
Then to compare the 2 lists to find the missing PDF files.

However, if there is a better way to do this (I'm new to Perl), can anyone
let me know?

If there _is_ no better way, what's some good perl code for a Win32 script?

Regs
Rupert Heesom
Asst Distribution Engineer
Adventist World Radio


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to