Help for this page

Select Code to Download


  1. or download this
      exec = ("BlastTool.cgi", "$date", "$show_filter", "$oldRefFile",
     "$blast_filehandle", "$ref_filehandle", "$email", 
     "$send_email","$show_all", "\@OrigRef", "\@blastLine", 
     "\@species_filter", "\@chromo_filter", 
     "\@advanced_filter") or die;
    
  2. or download this
      my $date = shift @_;
      my $show_filter = shift @_;
    ...
      my @species_filter = @{shift @_};
      my @chromo_filter = @{shift @_};
      my @advanced_filter = @{shift @_};