- or download this
package Package;
use Class::Std;
...
. 's';
}
}
- or download this
use Package::Branch;
...
print "'$obj->get_trunk'\n";
print "'$obj->get_branch'\n";
print "'$obj->get_trees'\n";
- or download this
my $obj = Package->new( {
trunk => 'trunk',
branch => 'branch'
} );
- or download this
my $obj;
$obj = Package->new( {
...
trunk => 'trunk',
branch => 'branch'
} );