Understanding the HCF Algorithm in Perl
This Perl program calculates the HCF (Highest Common Factor) using user input and
the Fast HCF Perl Code from the previous lesson.
Let's add some input mechanism so our user enters the set of
numbers whose H.C.F. we are to find.