Help for this page

Select Code to Download


  1. or download this
    if (exists $INC{$filename}) {
        return 1 if $INC{$filename};
        croak "Compilation failed in require";
    }