Help for this page

Select Code to Download


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