Help for this page

Select Code to Download


  1. or download this
    @headings = grep /^\s*AUID/, @lines;
    @headings = split ' ', $headings[0];
    shift @headings;
    
  2. or download this
    @headings = shift split ' ', grep /^\s*AUID/, @lines;