Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
      $found = '';
    }
    
  2. or download this
    my $tag;
    
    ...
      if($tag eq 'AU'){ print "\n".$_; }
      if($tag eq 'BD'){ print  ','.$_; }
    }