diff options
Diffstat (limited to 'http_slice.pl')
-rw-r--r-- | http_slice.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/http_slice.pl b/http_slice.pl new file mode 100644 index 0000000..cda4531 --- /dev/null +++ b/http_slice.pl @@ -0,0 +1,8 @@ +while(<>) { + if( $_ =~ /^\s$/ ) { + last; + } +} +while(<>) { + print +} |