Help for this page

Select Code to Download


  1. or download this
    ...
    sub X() { 0 } print "$message1 \n" if( runtime cond);
    ...
    sub X() { 0 } print "$message2 \n" if( runtime cond);
    ...
    
  2. or download this
    ...
    print "$message1 \n" if( runtime cond);
    ...
    print "$message2 \n" if( runtime cond);
    ...