Help for this page
use NativeCall; sub the-time(Int() $it = time) { # coerce to Int, cu +rrent time default ... ctime($time) }; # the actual call i +nto the C-library } say the-time; # Sun Jul 15 17:05:34 2018