Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Yet another (easy) one

by jbrugger (Parson)
on Nov 08, 2006 at 14:51 UTC ( [id://582885]=obfuscated: print w/replies, xml ) Need Help??

Should not that hard to explain :)
#!/usr/bin/perl use strict; use warnings; # My array should read Obfuscation :) my @s = ("\117"=>"\142","\146"=>"\165","\163"=>"\143","\141"=>"\164"," +\151"=>"\157"=>"\156"); my ($c) = $^X =~ m/(?:.*[\/|\\]){0,}(\w+)/; print uc(++$s[8]).$s[3].($s[4]).++$s[4]."\40".$s[6].$s[10].lc($s[0]).$ +s[7]."her\40".ucfirst($c)." "."h".$s[6].$s[5]."ker".",\n";


"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.

Replies are listed 'Best First'.
Re: Yet another (easy) one
by muba (Priest) on Nov 08, 2006 at 16:07 UTC
    Nice, but...

    does match the last word in /usr/wherever/perl or c:\wherever\perl and put the match in $1, that's placed in $c

    Except you forgot that executables on Windows always have the .exe extension, hence the result I got:

    Just another Perl.exe hacker,

    :D
Re: Yet another (easy) one
by mreece (Friar) on Nov 08, 2006 at 19:22 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: obfuscated [id://582885]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 04:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found