develooper Front page | perl.perl5.porters | Postings from October 2015

Re: [perl #126271] File::Glob issue

Thread Previous | Thread Next
From:
John Imrie
Date:
October 5, 2015 18:59
Subject:
Re: [perl #126271] File::Glob issue
Message ID:
5612C873.2080004@virginmedia.com
On 05/10/2015 19:01, karl williamson (via RT) wrote:
> # New Ticket Created by  karl williamson 
> # Please include the string:  [perl #126271]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/Ticket/Display.html?id=126271 >
>
>
> These 2 lines:
>
> my @b = glob(qq{$path/mp_[0123456789]*.dat
> 	$path/md_[0123456789]*.dat});
>
>
What happens if you try this

my @b = glob(qq{$path/mp_[0123456789]*.dat\
	$path/md_[0123456789]*.dat});

with -DPERL_EXTERNAL_GLOB 

John

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About