Amanda-2.6.0

Amanda::Paths


NAME

Amanda::Paths - perl access to build-time configuration values


SYNOPSIS

  use Amanda::Paths;
  my $filename = "$amlibexecdir/foo/bar";

This package is a means of getting all of the necessary variables provided by configure into Perl scripts, without a bunch of boilerplate, and without requiring config.status substitution for every .pm file.

All of the variables in @EXPORT will be automatically imported into your module's namespace. See the source, rather than the perldoc, to find out what variables are available.


ABOUT THIS PAGE

This page was automatically generated Mon Nov 17 19:29:37 2008 from the Amanda source tree, and documents the most recent development version of Amanda. For documentation specific to the version of Amanda on your system, use the 'perldoc' command.


Amanda-2.6.0