summaryrefslogtreecommitdiffstats
path: root/http_slice.pl
blob: cda453199cafecf05086d676e6d85a73ce367bda (plain)
1
2
3
4
5
6
7
8
while(<>) {
 if( $_ =~ /^\s$/ ) {
  last;
 }
}
while(<>) {
 print
}