Help for this page

Select Code to Download


  1. or download this
    @book{Lee2000a,
    abstract = {Abstract goes here},
    ...
    title = {{Computer immunology}},
    year = {1996}
    }
    
  2. or download this
    #!/usr/bin/perl
    # http://search.cpan.org/~gerhard/BibTeX-Parser-0.62/lib/BibTeX/Parser
    +.pm
    ...
    
        #Debug
        #print Dumper (\%bibliography);
    
  3. or download this
    $VAR1 = {
              'Lee2000a' => {},
              'Forrest1996' => $VAR1->{'Lee2000a'}
            };
    
  4. or download this
    $VAR1 = {
              'Lee2000a' => {
    ...
                    'year' => '1996'
                    }
            };