Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How has your coding style changed over the years?

by Discipulus (Canon)
on Aug 08, 2022 at 10:22 UTC ( [id://11146023]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $it ( @eles ){
       foreach my $part ( split '|', $it ){
           ....;
       }
    }
    
  2. or download this
    unless ( 
              GetOptions (
    ...
                         );
    ) { die "$0 -url URL [-agent STRING -extraparts N -debug [0-2]]" }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-03-29 14:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found