Show sysdes_paths.pm.in syntax highlighted
package sysdes_paths;
# Blast these paths into the name space of calling scripts
# Used by all perl
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw($prefix $OPT $VAR $ETC);
use vars @EXPORT;
# Needed Paths
$prefix="@prefix@";
$OPT="@prefix@";
$VAR="@localstatedir@";
$ETC="@sysconfdir@";
See more files for this project here