I'm a little bit bored, please don't kill me for this post :-)

sub map my base my base map base map my
... what is it? ...

Update: added a little clue

perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'

Replies are listed 'Best First'.
Re: A silly hieroglyphic
by andyford (Curate) on Feb 15, 2007 at 17:50 UTC

    Is it supposed to be I Ching?

    non-Perl: Andy Ford

      I Ching needs six lines.

      CountZero

      "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

        Oh, I Ching "lite", for the WTFOMG generation.

        non-Perl: Andy Ford

      That's was funny :-) ... it's not IChing xDD ..,
      cold, cold ...
      perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'
Re: A silly hieroglyphic
by ambrus (Abbot) on Feb 17, 2007 at 23:06 UTC

    All my base are belong to you?

      Hahahahaha, that remembered me that ppoem writed by zentara (Roses are red) inspired --i think-- on some other geek poem ...

      cool try, but still cold ^_^

      perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'
Re: A silly hieroglyphic
by mreece (Friar) on Feb 16, 2007 at 01:50 UTC
    i know! it's an Illegal declaration of subroutine main::map!

      hahaha, nops ... but almost ...

      perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'
Re: A silly hieroglyphic
by muba (Priest) on Feb 17, 2007 at 02:00 UTC
    I have no idea, really... more clues? :D
      it's about the name of a subroutine/op/app which does that ...
      perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'
Re: A silly hieroglyphic
by muba (Priest) on Sep 29, 2010 at 03:22 UTC
    my @a = qw(map my base); for (1..3) { print "@a\n"; push @a, shift @a; }

    ?