- or download this
#! perl -sl
use strict;
...
1;
}
- or download this
C:\test>perl -c test.pl
Global symbol "$FRED" requires explicit package name at test.pl line 1
+0.
test.pl had compilation errors.
- or download this
#! perl -sl
...
X::test();
- or download this
C:\test>perl -c test.pl
test.pl syntax OK