Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Help with parsing a file

by tybalt89 (Monsignor)
on May 30, 2022 at 13:51 UTC ( [id://11144299]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      /\b (F\S+) \h+ ([-\d.]+) (?=.*? (\S+) \h+ 0.00000000 )/gsx;
    
    use Data::Dump 'dd'; dd \%solvent_face;
    
  2. or download this
    {
      "acetonitrile_F002"  => 1.69945785,
    ...
      "h2o_F11-1"          => 29.58963453,
      "h2o_F111"           => 30.24092207,
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 14:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found