- or download this
ReadMode 1;
# some stuff
ReadMode 2;
- or download this
testcall 1;
testcall(2);
...
print $_[0];
print "\n";
}
- or download this
Number found where operator expected at fcall.pl line 1, near "testcal
+l 1"
(Do you need to predeclare testcall?)
syntax error at fcall.pl line 1, near "testcall 1"
Execution of fcall.pl aborted due to compilation errors.
- or download this
callsub();
sub callsub{#dostuff}
- or download this
sub callsub(){#dostuff}
callsub();