SYNOPSIS
use DebAux::Util;
DebAux::Util::mkdir ('/path/to/a/directory');
DebAux::Util::remove ('/path/to/a/directory');
DebAux::Util::architecture ();
DESCRIPTION
This modules provides utility functions for scripts of the debaux suite.FUNCTIONS
- mkdir directory
- Creates directory and any missing parent directories.
- remove directory
-
Removes recursively directory in the way rm -rf would do.
-
- architecture
- Returns current architecture.
-
AUTHOR
Stefan Hornburg (Racke) <[email protected]>LICENSE
DebAux::Util comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute and modify it under the terms of the GNU General Public License.COPYRIGHT
Copyright 2001,2005 Stefan Hornburg (Racke) <[email protected]>.POD ERRORS
Hey! The above document had some coding errors, which are explained below:- Around line 142:
-
You forgot a '=back' before '=head1'
You forgot a '=back' before '=head1'