Help for this page

Select Code to Download


  1. or download this
    for $i (sort keys(%bibliography)){
      print "$i", "\n";
    ...
         print "$j\n";
       } 
    }
    
  2. or download this
    $VAR1 = {
              'Forrest1996' => {
    ...
                              'year' => '2000'
                            },
    };