Help for this page

Select Code to Download


  1. or download this
     189   if ($self->{ExtendedAccess}) {
     190     # we are blessing here again, to get into the ::Extended name
    +space
    ...
     193     eval {
     194       require Config::General::Extended;
     195     };
    
  2. or download this
      1 #!perl
      2 use strict;
    ...
     52 );
     53
     54
    
  3. or download this
    First, here's the contents of our config file:
    <FOO>
    ...
    Moreover:
            Is $self a Config::General? ($self->isa(Config::General) retur
    +ns): true
            Is $self a Config::General::Extended? ($self->isa(Config::Gene
    +ral::Extended) returns): false