- or download this
#! perl -wl
use strict;
...
print "#";
print "-";
}
- or download this
Can't call method "cxontinue" without a package or object reference at
+ test.pl line 5.
1
...
10
#
-
- or download this
foreach my $i (1 .. 10) {
...
print '-' }->cxontinue;
test.pl syntax OK