Help for this page
print "Enter the output file you would like to analyze: "; chomp (my $filename = <STDIN>); print "Enter the isotope you want to extract (ex: Am-241): "; chomp (my $iso= <STDIN>);
# Validate parameters @ARGV == 2 or error ("Too few parameters"); ... exit -1; }