Hi monks here is some code, i hope you post some replies so i can make my code better thx
print @{[a..z]}[2,14,17,4,3];##$_=rekcahllreprehtonatsuj;print reverse

Replies are listed 'Best First'.
Re: JAPH or not???
by davido (Cardinal) on Aug 28, 2003 at 05:38 UTC
    Cute.

    You have an anonymous array with values 'a' through 'z' enumerated by the .. operator.

    The values are obtained using a slice. The print statement prints the values of the slice.

    The # initiates a comment, and everything after that is just a tease.

    The actual output, "cored" is your perlmonks.org username.

    Dave

    "If I had my life to do over again, I'd be a plumber." -- Albert Einstein