Help for this page

Select Code to Download


  1. or download this
    my @modules = get_module_list();
    foreach my $module ( @modules ) {
        require $module;
    }
    
  2. or download this
    Can't locate Non/Existant.pm in @INC (@INC contains: C:/Perl/lib C:/Pe
    +rl/site/lib .) at
    BEGIN failed--compilation aborted at -e line 1.
    
  3. or download this
    syntax error at Existant.pm line 2, near ") {"
    Compilation failed in require at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.