Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Issues regarding for loops and recursion

by Corion (Patriarch)
on Jan 09, 2023 at 12:44 UTC ( #11149456=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($_=~m/^ATOM\s+\d+\s+\w+\s+\w+\s+\w+\d+\s+(\S+)\s+(\S+)\s+(\S+)/){
    
  2. or download this
    open (IN, '6U9D.pdb.txt');
    
  3. or download this
    my $filename = '6U9D.pdb.txt';
    open (IN, $filename)
        or die "Couldn't open '$filename': $!";
    
  4. or download this
    %amino_acid_conversion = (
        ALA=>'A',
    ...
        ILE=>'I',
        VAL=>'V'
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2023-12-09 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (37 votes). Check out past polls.

    Notices?