in reply to Creating a script to pass dir name, basename and just *.pdf & *.tif files

I think you want File::Basename, which comes with perl, so you should already have it.

You download and use modules when you need them. That's about the best answer you'll get. :)

--
brian d foy <bdfoy@cpan.org>
  • Comment on Re: Creating a script to pass dir name, basename and just *.pdf & *.tif files