Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
       # print if $. == $trigger;
       # To:
       print, last if $. == $trigger && /^LUN 40\s*$/;
    
  2. or download this