C to Perl converter by jonathan camacho

#!perl -p0
s/int /my /g;
s/^#.*$//gm;
s!^//!#!;
s/^ma.*$//m;
s/^ +/" "x(length($&)-4)/egm;
s/\}$//;
s/(\W)([abi])(?!f)/$1\$$2/g;

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page