Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
              'mname' => 'Tester',
              'fname' => 'Test'
            };
    
  2. or download this
    use strict;
    use Data::Dumper;
    ...
              'fname' => 'Test',
              'mname' => 'Tester'
            };