Help for this page

Select Code to Download


  1. or download this
    use File::Find::Rule;
    my $root_in = "E:/PGPTool/dept/AIS/dropbox";
    ...
    foreach (@ARGV) {
       print "$_\n";
    }
    
  2. or download this
    glob ("'$root_in/$_'"), @ARGV;