Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Re: Re: Perl Programming guidlines/rules

by pdcawley (Hermit)
on Nov 22, 2002 at 15:02 UTC ( [id://215108]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub set_normalized_designation {
        my $self = shift;
    ...
        $designation =~ /.../ or
            die "$designation is not correctly normalized";
    }
    
  2. or download this
    class Thing {
        my $.title is rw;
    ...
            return $normalized_des;
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://215108]
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: (5)
As of 2024-04-19 06:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found