Help for this page

Select Code to Download


  1. or download this
    while (<>) {  
      next unless /^##/; 
      my $key = substr $_, 19, 10;
      do_stuff_with($key);
    }