Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/perl
- #StackOverflow Code Creator
- #Sometimes you must paste looong code on StackOverflow, or other service like that. You may know that it can be annoying
- #This script will do it for you ;]
- #Just type perl stack.pl<logfile>outfile
- while(<>){
- print " $_";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement