Help for this page

Select Code to Download


  1. or download this
    my @txt = glob("$dir/*.txt");
    
  2. or download this
    while ( defined(my $txt = glob("$dir/*.txt")) ) {
    }