Help for this page

Select Code to Download


  1. or download this
    my @files = sort grep { -f catfile($configfile, $_) } catfile($configf
    +ile, $_), readdir INCLUDEDIR;
    
  2. or download this
    my @files = sort grep { -f catfile($configfile, $_) } readdir INCLUDED
    +IR;