in reply to Re: Simulating the Future
in thread Simulating the Future
My first thought was to try using something like this:
That didn't work. Neither did "sub ::time { 12345 }", I thought that might work as a second resort. Didn't.package FakeTime; sub main::time { 12345 } 1;
- d
|
---|