Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^7: how to read input from a file, one section at a time?

by poj (Abbot)
on Oct 21, 2019 at 10:35 UTC ( [id://11107755]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    printf $out_file "string length = %d\n",length($num) ;
    
  2. or download this
        # Remove comment line(s) and white space
        $para =~ s/^\s*#.*//mg;
    ...
        printf $out_file "Number of proteins = %d\n",$num ;
        printf $out_file "String length = %d\n\n",$seq_length; # add
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-29 08:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found