user-pic

Scott Lanning

  • Commented on ()
    Thanks!...
  • Posted () to Scott Lanning

    $ perl -Mstrict -we'$_ = time; print "$_\n"'

    <.<

    $ perl -Mstrict -we'$_ = CORE::time; print "$_\n"'
    1583887039

    >.>

    $ perl -Mstrict -we'$_ = time - CORE::time; print "$_\n"'
    0

    -_- ...

    $ perl -Mstrict -we'BEGIN{*CORE:…

Subscribe to feed Recent Actions from Scott Lanning

  • Veesh commented on ()

    Wow, it took reading this twice, but that was actually a fantastic post.

Subscribe to feed Responses to Comments from Scott Lanning

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.