On Jul 4, 2012, at 6:02 PM, David Precious wrote:

> On Wed, 4 Jul 2012 17:01:35 -0400
> Phil Pinkerton <pcpinker...@gmail.com> wrote:
> 
>> Very nice to know about CPAN.
> 
> IMO, CPAN is one of Perl's strongest features :)
> 
> 
>> got a syntax error though with your script
>> 
>> syntax error at ./getACLinfo.pl line 51, near "say join"
>> Execution of ./getACLinfo.pl aborted due to compilation errors.
> 
> Whoops - as Chris pointed out, 'say' requires perl 5.10 or newer; I
> should have included 'use 5.010' in the script to indicate that, but
> forgot to (I have $PERL5OPT set to '-M5.010' on most boxes).
> 
> Chris's mail contains full instructions to work round that problem.
> 

ok using the example input file I got errors

Use of uninitialized value $current_resource in string eq at 
/Library/Perl/5.12/SVN/Access.pm line 70, <ACL> line 3.
Use of uninitialized value $current_resource in string eq at 
/Library/Perl/5.12/SVN/Access.pm line 73, <ACL> line 3.
Use of uninitialized value $resource_name in string eq at 
/Library/Perl/5.12/SVN/Access.pm line 259, <ACL> line 3.
Use of uninitialized value $resource_name in pattern match (m//) at 
/Library/Perl/5.12/SVN/Access.pm line 265, <ACL> line 3.
Use of uninitialized value $resource_name in concatenation (.) or string at 
/Library/Perl/5.12/SVN/Access.pm line 266, <ACL> line 3.
Invalid resource format in ! (format 'repo:/path')!

but substituting a copy of our actual svn access file I get

Can't add new group cvs_cscda_owners: group already exists!

So I may have a format issue with the example inout file

phil


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to