All pastes #2132481 Raw Edit

Someone

public text v1 · immutable
#2132481 ·published 2012-03-27 09:13 UTC
rendered paste body
#!/usr/bin/perl -w

$/ = undef;
$_ = <>;
s#/\*[^*]*\*+([^/*][^*]*\*+)*/|("(\\.|[^"\\])*"|'(\\.|[^'\\])*'|.[^/"'\\]*)#defined $2 ? $2 : ""#gse;
print;