2
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
Dear Shlomi Fish,
Thank you for the answer. I tried to use File::Glob's bsd_glob. I
replaced line
use File::BSDGlob ':glob';
with
use File::Glob ':glob';
@list = bsd_glob('*.[ch]');
Now I receive the following error:
Global symbol "@list" requires explicit package name at /big1/robi/
Experime
Hi Robi,
On Tuesday 31 May 2011 13:08:27 Robi wrote:
> I'm not a perl guy but I need to make something run that relies on the
> BSDGlob.pm module. I downloaded xzvf File-BSDGlob-0.94.tar.gz from
> CPAN and generated the Makefile. The make dies with
>
> bash-3.2$ perl Makefile.PL
> Checking if yo