Help for this page

Select Code to Download


  1. or download this
      my $compilation_time = BEGIN { time };
      macro uptime { time - $compilation_time }
    
      # And then...
      say "$*PROGRAM_NAME has been running for {uptime} seconds.";