Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Writing highly obfuscated code in Perl

by cLive ;-) (Prior)
on Mar 14, 2001 at 20:19 UTC ( [id://64414]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "The time is $time\n";
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # take a look at your handywork
    print $script_text;
    exit(0);
    
  3. or download this
    # ## comment
    
  4. or download this
    s/# ##[^\n]+\n\s*/\n/g;
    
  5. or download this
    s/\{/n/ /g;
    s/\}\s+elsif/} elsif/g;
    s/;\s+my/; my/g;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-29 11:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found