Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

TeeJay (2309)

TeeJay
  (email not shown publicly)
http://www.aarontrevena.co.uk/

Working in Truro
Graduate with BSc (Hons) in Computer Systems and Networks
pm : london.pm, bath.pm, devoncornwall.pm
lug : Devon & Cornwall LUG
CPAN : TEEJAY [cpan.org]
irc : TeeJay
skype : hashbangperl
livejournal : hashbangperl [livejournal.com]
flickr :hashbangperl [flickr.com]

Journal of TeeJay (2309)

Monday November 05, 2007
11:35 AM

faster, pussycat! kill! kill!

[ #34836 ]

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)

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • perl -Mconstant=faster,pussycat -e 'kill, kill';
    :)
    • neat!

      That just leaves the bangs... must be possible.
      --

      @JAPH = qw(Hacker Perl Another Just);
      print reverse @JAPH;
  • ...does this count? :)

    package OriginalTitle;
    use strict;
    use subs qw( kill );
    sub faster   {}
    sub pussycat {}
    sub kill     {}

    faster, pussycat! kill! kill!

    1;
    --
    Ordinary morality is for ordinary people. -- Aleister Crowley