Help for this page

Select Code to Download


  1. or download this
    push(@abst_listing,$abstracts[1]);
    
  2. or download this
    # at the top of your script:
    use Data::Dumper;
    ...
    print Dumper(\@abst_listing,\@cont_names,\@bact_names);
    for ($a=0; $a<= scalar(@abst_listing); $a++){
        for ($c=0; $c<= scalar(@cont_names); $c++){