[Perl-unix-users] FW: logfiles

2001-05-16 Thread Williams, P. Lane (BIS)
I was wondering if anyone could help? I would like to read information from a logfile and then calculate the dates to get the backup time for each group. I understand how I can get the start and stop time for each group but how would I use that information to get the calculated backup time.

[Perl-unix-users] Print a variable's value with a variable

2001-05-16 Thread Loo, Peter # PHX
Hi All,   A file containing the following:     $MAINDIR="/usr/local/apps/${APPL}/${ENVR}";  $DBUTILDIR="${MAINDIR}/dbutil";  $OUTDIR="${MAINDIR}/logs";  $LOGDIR="${MAINDIR}/logs";  $BINDIR="${MAINDIR}/bin";  $SQLDIR="${MAINDIR}/sql";  $TMPDIR="${MAINDIR}/tmp";  $SECDIR="${MAINDIR}/secured