Guest User

Untitled

a guest
Jul 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. use strict;
  2. use warnings;
  3.  
  4. my $num = 1234567890123456;
  5.  
  6. print $num;
  7.  
  8. 1;
Add Comment
Please, Sign In to add comment