Help for this page

Select Code to Download


  1. or download this
    do_something($_) foreach grep(/DB/, @files);
  2. or download this
    open(I, ">$filename");
    close(I);
    
  3. or download this
    system("touch $filename");