debaux::util(3pm) debian man page | unix.com

Man Page: debaux::util

Operating Environment: debian

Section: 3pm

DebAux::Util(3pm)					User Contributed Perl Documentation					 DebAux::Util(3pm)

NAME
DebAux::Util - utility functions for scripts of the debaux suite
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) <racke@linuxia.de>
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) <racke@linuxia.de>. perl v5.8.8 2007-07-26 DebAux::Util(3pm)
Related Man Pages
moosex::types::util5.18(3pm) - mojave
mouse::util(3pm) - debian
data::util::curry(3pm) - debian
hash::util::fieldhash::compat(3pm) - debian
padre::util::win32(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?