Help for this page
#!/usr/bin/perl use warnings; ... say $register, "\t", keys %{ $R{$register} } > 1 ? 'variable' : 'constant'; }