http://www.perlmonks.org?node_id=800199

perl -we 'goto qq.\010.x0x11.qq.Just another Perl hacker,\n.'

-- Frank

Replies are listed 'Best First'.
Re: JAPH with only goto (and some noise)
by Anonymous Monk on Oct 09, 2009 at 09:07 UTC
    Ha ha ha, bs bs bs bs bs bs bs bs bs bs bs bs bs bs bs bs bs
    perl -we "goto qq.\010.x0x11.qq.Just another Perl hacker,\n." 2>&1 |o +d -tacx1 0000000 C a n ' t sp f i n d sp l a b e +l C a n ' t f i n d l a b e +l 43 61 6e 27 74 20 66 69 6e 64 20 6c 61 62 65 6c 0000020 sp bs bs bs bs bs bs bs bs bs bs bs bs bs bs b +s \b \b \b \b \b \b \b \b \b \b \b \b \b \b \ +b 20 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 0000040 bs bs J u s t sp a n o t h e r sp +P \b \b J u s t a n o t h e r +P 08 08 4a 75 73 74 20 61 6e 6f 74 68 65 72 20 50 0000060 e r l sp h a c k e r , cr nl e r l h a c k e r , \r \n 65 72 6c 20 68 61 63 6b 65 72 2c 0d 0a 0000075
Re: JAPH with only goto (and some noise)
by Burak (Chaplain) on Nov 30, 2009 at 23:26 UTC
    That was very nice, congrats to you haoess :)
Re: JAPH with only goto (and some noise)
by haoess (Curate) on May 03, 2010 at 16:59 UTC

    Pah, bleadperl now triggers a warning:

    % bleadperl -we 'goto qq.\010.x0x11.qq.Just another Perl hacker,\n.' Dot after hexadecimal literal is deprecated concatenation at -e line 1 +. Just another Perl hacker,

    Any ideas how to get rid of it, of course without using just no warnings "deprecated" but playing with a funny combination of \b and \r?

    --Frank