Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "$x - ", (id_2obj($x+0))->test(),"\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $x = dualvar( id( $t ), "$t" );
    print "$x = ", (id_2obj($x+0))->epoch, " seconds since the epoch\n"