Help for this page

Select Code to Download


  1. or download this
    my $epoch;
    $epoch=stat($self->{ABS_FILENAME})->mtime&&do{
       $self->{CONFIG_EPOCH}=$epoch;
    };
    
  2. or download this
    my $epoch=stat($self->{ABS_FILENAME})->mtime&&do{
       $self->{CONFIG_EPOCH}=$epoch;
    };