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

How has your coding style changed over the years?

by stevieb (Canon)
on Aug 07, 2022 at 01:42 UTC ( [id://11145989]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    function($param1, \%param2);
    
  2. or download this
    sub function {
        if ($_[0] == 1) {
    ...
            do_something_else();
        }
    }
    
  3. or download this
    my @list = keys %{ $href->{thing} };
    
  4. or download this
    my $thing = $hash{one}->{two};
    my $other = $href->{one};
    
  5. or download this
    package Blah;
    ...
    ...
    =head1 NAME
    Blah - The thing with the guy and the place
    ...
    
  6. or download this
    =head2 method($param)
    
    ...
    I<Mandatory, String>: The explanation of the formation of humanity in 
    +a single string.
    
    I<Return>: Hash reference, where each key is a continent, and its valu
    +e is a colour. C<croak>s on failure.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://11145989]
Approved by Athanasius
Front-paged by Athanasius
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-19 12:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found