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);
    }