![]() |
OpenMake Meister |
This method returns a hash of the files in the snapshot. The key of the hash is the file name, and the value is the timestamp. To retrieve the files only, use:
$mySnap = Openmake::Snapshot->new();
%filehash = $mySnap->get;
@files = keys %filehash;