Advertisement
Guest User

GarciaPL

a guest
Aug 10th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.07 KB | None | 0 0
  1. #!/usr/bin/perl -w
  2.  
  3. use strict;
  4. use warnings;
  5.  
  6. while (1) {
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement