Help for this page

Select Code to Download


  1. or download this
    my $confOut = $conf->XMLout($confIn, OutputFile => $xmlConf);
    # ...
    $confOut->{conf}->{lastRun} = $epoch;
    
  2. or download this
    use strict;
    use warnings;
    ...
    $confIn->{conf}->{lastRun} = $epoch;
    
    $conf->XMLout( $confIn, OutputFile => $xmlConf );