Hi Tony

On 08/02/16 18:25, Tony Cook wrote:
On Mon, Feb 08, 2016 at 05:35:11PM +1100, Ron Savage wrote:
The syntax I used is:
use File::Glob ':bsd_glob';

$many x thanx;

I retreated (sic) to POG - Plain Ol' Glob.

bsd_glob() is available back to 5.6, and the flags back to 5.8, so you
can import them explicitly:

   use File::Glob qw(bsd_glob GLOB_TILDE); # etc

It's just the :bsd_glob import tag that was added in 5.16

So I could have just dropped the ':'. Luckily in my case it doesn't matter yet, but if users report issues I'll definitely switch back.

Thanx!

--
Ron Savage - savage.net.au

Reply via email to