Re: A Small Contribution to the List

2014-01-31 Thread Shawn H Corey
On Thu, 30 Jan 2014 19:37:25 -0600 "Martin G. McCormick" wrote: > The man page says one can use mv but that did not work > on this system. # You need to explicitly name it for it to be imported use File::Copy qw( cp mv ); -- Don't stop where the ink does. Shawn -- To unsubscri

A Small Contribution to the List

2014-01-30 Thread Martin G. McCormick
After being informed about the File::Copy module, I started exploring a bit. Since these perl modules have man pages, the apropos command is extremely handy. I tried apropos File:: and found a list of several utilities in that suite which one can then man File::X to learn more about what is there