Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Dynamically parse BibTeX and create hash of hash

by Anonymous Monk
on Dec 07, 2012 at 17:47 UTC ( [id://1007808]=note: print w/replies, xml ) Need Help??

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'
                            },
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1007808]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 17:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found