Help for this page

Select Code to Download


  1. or download this
    my $ua          = LWP::UserAgent->new;
    my $chrom       = "7";
    ...
    my $end         = "117475903";
    my $db          = "hg11";
    my $url         = "http://genome.ucsc.edu/cgi-bin/hgText";
    
  2. or download this
    # Indented again
    my $request     = POST $url,
    ...
             'boolshad.hgc.dna.rc' => '1',
             'Submit'       => 'Submit'
            ];