Advertisement
robercik1010

StackOverflow Code Creator

Oct 4th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.27 KB | None | 0 0
  1. #!/usr/bin/perl
  2. #StackOverflow Code Creator
  3. #Sometimes you must paste looong code on StackOverflow, or other service like that. You may know that it can be annoying
  4. #This script will do it for you ;]
  5. #Just type perl stack.pl<logfile>outfile
  6. while(<>){
  7. print "    $_";
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement