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