- or download this
use strict;
use warnings;
...
my $mode = mode_num(@numbers);
print "Mode is: $mode\n";
- or download this
Can't use string ("2") as a HASH ref while "strict refs" in use at xyz
+.pl line 8.
- or download this
my $temp = shift @_;
print "temp is ", pp($temp>), "\n";
my %opt = %{ $temp };
- or download this
temp is 2
Can't use string ("2") as a HASH ref while "strict refs" in use at xyz
+.pl line 10.