Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Compressing/Obfuscating a Javascript file

by Incognito (Pilgrim)
on Oct 10, 2001 at 05:49 UTC ( [id://117912]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # do the magic and split into functions
    my @functions = split /(?=\bfunction\s\w+)/, $data;
    
  2. or download this
    function InitializeTree (objBlah) {
    
    ...
        
        return (0);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-19 06:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found