Help for this page

Select Code to Download


  1. or download this
    my $path = "\\sottbuild1f\\blacksea\\daily\\oqp\\*inst.tar.gz";
    print "Searching files in >>$path<<\n";
    my @files = glob($path);
    
  2. or download this
    use File::Glob qw(bsd_glob);
    
    my @programs = glob 'C:/Program Files';