is there a way... w/ the mkdir function in perl, that I can tell perl I want to create any parent directories, if needed... so like i don't already have /blah.. and i want to create /blah/blah... it won't do it by default
another thing, say I try to make a directory that is already there.. will that hurt anything? and if so, how do i find out if the directory is already there before I make it?