Help for this page

Select Code to Download


  1. or download this
    chdir("/Library/WebServer/Documents/userpages/$drt/");
    
  2. or download this
    glob("*.*");
    
  3. or download this
    foreach (@files) {
    my $choppedstring=$_;
    substr($choppedstring,0,$length_of_dir)="";
    print "<br> Delete this File: $choppedstring <INPUT TYPE=\"checkbox\" 
    +NAME=\"files\" VALUE=\"$_\">\n";
    }