Help for this page

Select Code to Download


  1. or download this
    use File::Glob ":bsd_glob";
    my $x = 'cff_updated/1_lib/{a,b,c';
    my @y=bsd_glob($x);
    print "Error: $!\n" if &File::Glob::GLOB_ERROR;
    print(join("\n",@y),"\n");
    
  2. or download this
    cff_updated/1_lib/