Help for this page

Select Code to Download


  1. or download this
    foreach $vob (@vobs)
    {
    
    # get all files under each vob 
    my @names = grep -f, <c:/testFolder/local/*tim>;
    }