Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^5: Parsing Guassian '03 Log Files

by GrandFather (Saint)
on Jan 31, 2008 at 20:25 UTC ( [id://665433]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    open LOG, '>', $outfile or die "Unable to create $outfile: $!";
    print LOG join "\n", @inlog;
    close LOG;
    
  2. or download this
    @array = ();
    
  3. or download this
    @array = <FILE>;
    
  4. or download this
    my $var1;
    my $var2;
    

Log In?
Username:
Password:

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

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

    No recent polls found