Michael Pratt wrote:
> 
> This is what I want to do and I dont know where to start:
> 
> List files in a directory taking that list with just the filename and no
> other information. using that information and populating a listbox.

Check out 'perldoc -f opendir perl'. Perhaps the File:: modules suits
you better:
http://search.cpan.org/Catalog/File_Name_Systems_Locking/

I'm not sure what a listbox is, if it's a html thingy then you should
look at CGI.pm and template modules.

/jon



> 
> Can someone help?
> 
> Mike
> 
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to