Help for this page

Select Code to Download


  1. or download this
        rmtree( ['/foo/bar/rat', '/zug/zwang'], 1, 1 );
    
  2. or download this
        rmtree( '/foo/bar/rat', '/zug/zwang', 
            { verbose => 1, skip_others => 1 }
        );