Help for this page

Select Code to Download


  1. or download this
    d:\pm\perl mb.pl
    Your type is 'intp'
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $type = $mbti->type( @test );
     
    print "Your type is '$type'\n";