Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: What can I do to improve my code - I'm a beginner (Updated)

by thanos1983 (Parson)
on Aug 10, 2017 at 10:39 UTC ( [id://1197149]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
                            'rew'
                          ]
            };
    
  2. or download this
    __DATA__
    
    ...
    Anand,3,4,4,4,ert
    seetha,1,2,3,4,rew
    Anand,2,2,2,2,tre
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
                       'rew'
                     ]
            };
    
  4. or download this
    my %HoA;
    while (<>) {
    ...
    } continue {
        close ARGV if eof;
    }
    
  5. or download this
    my %HoA;
    while (<>) {
    ...
    } continue {
        close ARGV if eof;
    }
    
  6. or download this
    my %HoA;
    while (<>) {
    ...
    } continue {
        close ARGV if eof;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found