develooper Front page | perl.perl6.internals | Postings from September 2005

Re: loadlib and libraries with '.' in the name

Thread Previous | Thread Next
From:
Leopold Toetsch
Date:
September 24, 2005 09:04
Subject:
Re: loadlib and libraries with '.' in the name
Message ID:
64407aaa038da3122353e6d06fbc65b7@toetsch.at

On Sep 24, 2005, at 17:30, Ross McFarland wrote:

>
>
> On Sep 24, 2005, at 4:59 AM, Leopold Toetsch wrote:
>

>> - I don't understand the extra check:
>>   +    if (path)
>>   +        goto done;
>
> extra as in one last or extra as in why i'm checking at all?

The test 'if (path)'. Before that is an 'if' that checks, if library 
loading was ok. Therefore I don't understand this line. The goto to the 
cleanup part is fine.

> -rm

leo


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