- or download this
- or download this
#!/usr/bin/perl
use Person;
...
my $secondObject = new Employee( "refToBeUsed" );
my $solution = $secondObject->somethingCalledFromMain();
print "This is the solution : $solution\n";
- or download this
#!/usr/bin/perl
use strict;
...
}
1;
- or download this
This is the first name: Thanos
This is the solution : refToBeUsed