- or download this
package tests;
...
print "This is myfunction_two Outside\n";
}
- or download this
#!/usr/bin/perl
...
$obj->myfunction_one();
$obj->myfunction_two();
- or download this
This is myfunction_one
This is myfunction_two Outside
This is myfunction_two Outside
- or download this
This is myfunction_one
This is myfunction_two Inside
This is myfunction_two Outside