#!/usr/bin/perl -w use strict; my $time = time; print "$time\n";
How do I conditionally override the time Perl builtin with Time::HiRes::time() without adding parentheses to the call to time (ie, I want use subs behavior for the Time::HiRes::time() function)?
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |