![]() |
Perl Junkies, Explain this code to me
|
Some kind of encryption ? Not really a perl expert though
|
http://perldoc.perl.org/functions/pack.html
its a clever way of writing a string, then evaluating it. Although you can read up on pack, it will probably bore u, so just change eval to print and see what it says. my$d='bupbup.com';if($ENV{'HTTP_HOST'}&&index($ENV {'HTTP_HOST'},$d)==-1){print "Content-type: text/html\n\n";print "This software is licensed for use on $d only";exit;}$HEADER=0; essentially, this is security software. |
Quote:
|
Quote:
|
All times are GMT -7. The time now is 12:09 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc