Help for this page

Select Code to Download


  1. or download this
        print_version() if $version_requested;
        $o->reportbug() if $o->{CONFIG}{REPORTBUG};
        if (not $o->{INLINE}{object_ready}
    ...
        bless $o, $o->{INLINE}{ILSM_module};    
        $o->validate(@config);
        }
    
  2. or download this
        my $inl = "$o->{API}{install_lib}/auto/" .
          "$o->{API}{modpname}/$o->{API}{modfname}.inl";
        $o->{API}{location} = "$o->{API}{install_lib}/auto/" .
    ...
        }
        next unless ($o->{INLINE}{md5} eq $inl{md5});
        next unless ($inl{inline_version} ge '0.40');