Luinrandir Hernsen wrote: > Is there a way in Perl to make a directory and transfer files to it? > Lou
Sure. You can create a directory with the mkdir() function. Take a look at the documentation: perldoc -f mkdir and there are many ways of populating that directory - it depends where the files are coming from! Tell us more about what you want to do. Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]