Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Parsing Guassian '03 Log Files

by BrowserUk (Patriarch)
on Jan 31, 2008 at 03:42 UTC ( [id://665274]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
        print "$_\n" for map{ (split)[ 2 ] } split "\n", $1;
    }gsex or warn 'No match';;
    
  2. or download this
    C:\test>perl -n0 junk9.pl junk2.dat
    1.1136
    1.3392
    117.4979
    0.9929
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-20 04:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found