Help for this page

Select Code to Download


  1. or download this
      my @files = map { "$dir/$_" } grep !/^\.{1,2}$/, readdir(DIR);
    
  2. or download this
    truncate(FILE,0) || die "truncate - $file : $!\n";;
         seek( FILE,SEEK_SET,0) || die "seek - $file : $!\n";