- or download this
yikes, i have to resort to them whenever i want to have "generic" logi
+c that deals with a multitude of routines.
...
dispatch tables
and in most unit test scripts
If you have a better alternative; i'll consider it!
- or download this
package <>;
our $scalarMethods;
...
return $self->{$attributeScalar};
}
}
- or download this
for ( $ndx=0; $ndx<=0; $ndx++ ) {
no strict 'refs';
($kgDATA,$pmDATA) = &{ "cktTmplt_utils::$SUB" }($ndx );
- or download this
# are package variables accessible ?
no strict "refs";
...
${ $pkg . "::TST" } = 1; # return data and don't execute
}
use strict "refs";