On 20/4/04 7:21 am, Claude <[EMAIL PROTECTED]> wrote: > I'll try to rephrase as I didn't get any answer to my previous > posting. > > A call to "parse" does not seem to ever return false when passed a > phoney file name. > > my $schema = Net::LDAP::Schema->new; > $schema->parse ( "foobar" ) or die "this line is never printed"; > > Any help?
Does calling $schema->error() afterwards return anything? Cheers, Chris
