7 my $class = ref($proto) || $proto;
11 my $functions = \%{$self->{FUNCTIONS}};
18 s/^\s*?(.*?)\s*$/$1/; # remove whitespace at begin and end of line
19 s/^(.*?)\s*#.*$/$1/; # remove comments
20 /^$/ && next; # skip empty lines
31 my $functions = \%{$self->{FUNCTIONS}};
35 return $$functions{$name};