Help for this page

Select Code to Download


  1. or download this
    my @timeData = CORE::localtime(time);
    print join(' ', @timeData);