Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!perl
  2. use strict;
  3. use warnings;
  4. use Devel::CompileTimeConstant;
  5.  
  6. # Run me with -MO=Concise :)
  7. print compile_time_constant($^V), "\n";
  8. print compile_time_constant($^O), "\n";
Add Comment
Please, Sign In to add comment