- or download this
### XXA.pm ###
package XXA;
...
1;
### end XXA.pm ###
- or download this
### XXB.pm ###
package XXB;
...
1;
### end XXB.pm ###
- or download this
me@host> perl -c XXA.pm
Beginning XXA compile
...
BEGIN failed--compilation aborted at XXB.pm line 15.
BEGIN failed--compilation aborted at XXA.pm line 15.
me@host:>
- or download this
me@host> perl -c XXA.pm
Beginning XXA compile
...
Finishing XXA compile
XXA.pm syntax OK
me@host>
- or download this
------------
:Wq
Not an editor command: Wq