Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
    sub process {
      print Dumper($_[0]); # for now
    }
    
  2. or download this
    sub process {
      my $query = shift;
    ...
        if ($gi_line =~ m{\|ref\|}) { ... ref found ... }
      }
    }