Help for this page

Select Code to Download


  1. or download this
    use NotAPragma;
    ...
    
  2. or download this
    package NotAPragma;
    sub import {
    ...
       print "@lines\n"; ## << this is the ... after use NotAPragma;
    }
    1;