Help for this page

Select Code to Download


  1. or download this
    @FILES=grep(!/^\.\.?}$/, readdir(DIR));
    
  2. or download this
        $path = shift;
        $path = "." unless $path;
    ...
        }
        
        closedir( DIR );
    
  3. or download this
    $path = shift;
    $path .= "/*"
    while( $name=glob($path) ) { print "$name"; }