- or download this
c:\@Work\Perl>perl -wMstrict -le
"print qq{perl version $]};
...
"
perl version 5.010001
Can't use string ("2/8") as a HASH ref while "strict refs" in use at -
+e line 1.
- or download this
c:\@Work\Perl>perl -wMstrict -le
"print qq{perl version $]};
...
"
perl version 5.010001
Can't use string ("3") as an ARRAY ref while "strict refs" in use at -
+e line 1.