[ create a new paste ] login | about

Link: http://codepad.org/m77Uw06d    [ raw code | output | fork ]

Perl, pasted on Apr 19:
1
2
3
4
5
6
7
8
#!/usr/bin/perl

$content = <<'CONTENT';
paste your code in here 	
CONTENT

$content =~ s/\s+$//g;
print $content;


Output:
1
paste your code in here


Create a new paste based on this one


Comments: