perl -e "use constant pussycat => 'pussycat'; sub faster { } ; faster(pussycat); kill kill;"
It's a bit lame, but it compiles
I'm sure it must be possible to get the original title of the film to compile (without source filters)
:)perl -Mconstant=faster,pussycat -e 'kill, kill';
Re:-M
TeeJay on 2007-11-06T08:41:35
neat!
That just leaves the bangs... must be possible.
package OriginalTitle;
use strict;
use subs qw( kill );
sub faster {}
sub pussycat {}
sub kill {}
faster, pussycat! kill! kill!
1;