Help for this page

Select Code to Download


  1. or download this
    ### XXA.pm ###
    package XXA;
    ...
    
    1;
    ### end XXA.pm ###
    
  2. or download this
    ### XXB.pm ###
    package XXB;
    ...
    
    1;
    ### end XXB.pm ###
    
  3. 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:>
    
  4. or download this
    me@host> perl -c XXA.pm 
    Beginning XXA compile
    ...
     Finishing XXA compile
    XXA.pm syntax OK
    me@host>
    
  5. or download this
    ------------
    :Wq
    Not an editor command: Wq