Hi, I am an extreme newbie. I found a personality test https://metacpan.org/source/NFERRAZ/Personality-Type-MBTI-0.05. I don't know how to run it in Linux Mint. I installed it but do not know what to do with the following information
use Personality::Type::MBTI; my $mbti = Personality::Type::MBTI->new(); # sample results from a questionnaire my @test = qw/i e i e i n s n s n t f t f t p j p j p/; # calculate type my $type = $mbti->type( @test ); print "Your type is '$type'\n";
How do I use that information? How do I run it? I was able to successfully create my first hello_world.pl but that is the extent of my Perl knowledge.
thank you for your help
In reply to How do I run MBTI personality test in Linux Mint? by tayacha
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |