Help for this page

Select Code to Download


  1. or download this
    use File::Glob ':glob';
    print "$_\n" for bsd_glob('*.pl', GLOB_NOCASE);
    
  2. or download this
    use File::Glob ':glob';
    print "$_\n" for bsd_glob('abc.pl', GLOB_NOCASE);