- or download this
package Gadget;
...
} else {
. . . do something useful here . . .
}
- or download this
if ($g1->is_built($athing_name)) {
- or download this
if (Gadget->is_built($athing_name)) {
- or download this
sub is_built {
my ($class, $name) = @_;
...
...
}