Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Writing highly obfuscated code in Perl

by marko (Beadle)
on Jun 29, 2000 at 05:49 UTC ( [id://20312]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       my $cash_in;
       my $cash_ot ;
    ...
       my $cash_zo  ;
       my $cash_is ;
       my $cash_if;
    
  2. or download this
    my $var="null\n";chomp($var);if ($var="null"){print "Good";}
    
  3. or download this
    my $var="null\n"
    ;chomp($var)
    ;if ($var="null") {print "Good"
    ;}
    
  4. or download this
    $myvar =
    "fdfdjsk";
    
  5. or download this
    $myvar = "fdfdjsk";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 18:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found