
$filename - description


-v version
-h help




mkperlbin - make blank perl script

This is just to start up making a script in perl You should give it a full path to where you want the script made it will not overrite a file if no argument is provided, will look for a 'bin' dir in the current dir, and will make a randomnamedfile script there and return what its name is.
If you specify a place to create, then the directory must already exist.

mkperlbin ./bin/blanky.pl
mkperlbin ./bin/dothis

Leo Charre leocharre at cpan dot org