Help for this page

Select Code to Download


  1. or download this
    >perl -E"undef(*^T); $^T = 1400000000.123; say $^T;"
    1400000000.123
    
  2. or download this
    use Variable::Magic qw( cast wizard );
    
    ...
        # Copies from $^T after assigning to it.
        set => sub { $PL_basetime = ${ $_[0] }; },
    ));