- or download this
#!/usr/bin/env perl
...
print $lValue."\n";
exit 0;
- or download this
$ perl deref_test.pl
1
...
HASH
Can't use string ("2/8") as a HASH ref while "strict refs" in use at d
+eref_test.pl line 14.
- or download this
$ perl perl_deref.pl 1
1
...
};
HASH
1