Advertisement
Guest User

Untitled

a guest
May 30th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $ cat > test.pl
  2. #!/usr/bin/env perl
  3. print "Hallo! :-)\n";
  4. ^D
  5.  
  6. $ chmod u+x test.pl
  7. $ ./test.pl
  8. Hallo! :-)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement