Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/usr/bin/perl -w
  2.  
  3. use strict;
  4. use constant EVER => ';;';
  5.  
  6. for (EVER) {
  7. print "FOREVER!n";
  8. }
  9.  
  10. FOREVER!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement