DOKK / manpages / debian 12 / debaux / DebAux::Util.3pm.en
DebAux::Util(3pm) User Contributed Perl Documentation DebAux::Util(3pm)

DebAux::Util - utility functions for scripts of the debaux suite

  use DebAux::Util;
  DebAux::Util::mkdir ('/path/to/a/directory');
  DebAux::Util::remove ('/path/to/a/directory');
  DebAux::Util::architecture ();

This modules provides utility functions for scripts of the debaux suite.

Creates directory and any missing parent directories.
Removes recursively directory in the way rm -rf would do.
Returns current architecture.

Stefan Hornburg (Racke) <racke@linuxia.de>

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 2001,2005,2010 Stefan Hornburg (Racke) <racke@linuxia.de>.

2021-01-05 perl v5.32.0