Help for this page

Select Code to Download


  1. or download this
         my @Temp_Files = glob("'$Temp_Files_Location/*'");
    
  2. or download this
         my @Temp_Files = glob("$Temp_Files_Location/*");