in reply to cjaph
Then you start a substitution operating on $_, with ; as a delimiter, so de-obfuscated (using a | as delimiter) it looks like:
You basically scan the first two lines for some stuff:$_=~s|^.*?\/(..).*?i(.).(.*?)\s.*?\ss(.)(.).(.).*|J$1$4 a$2o$4he$5 $3 +ha$6ke$5!|;
#!/usr/bin/perl -w use strict;
#!/usr/bin/perl -w use strict;
#!/usr/bin/perl -w use strict;
#!/usr/bin/perl -w use strict;
#!/usr/bin/perl -w use strict;
#!/usr/bin/perl -w use strict;
But I still don't know what the c in cjaph stands for ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: cjaph - SOLUTION
by Darkling (Beadle) on Mar 05, 2002 at 16:18 UTC |