Find
You are looking at a timegetter
Created by
omenofdoom
, last updated 24 Jun 2009
Code
if target of use then doit;
##doit:
$date = $init_obj's add_date;
$stamp = $init_obj's add_stamp;
print "$date";
print "$stamp";
runsub finishit;