Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Some suggestions on coding style - a chance to critique

by abaxaba (Hermit)
on Jun 26, 2002 at 15:21 UTC ( [id://177401]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub function
    {
    #    code in here
    }
    
  2. or download this
        @$required = split /,/, $$formdata{'required'} unless ($$formdata{
    +'required'} eq "");
        $$redirect = $$formdata{'redirect'} unless ($$formdata{'required'}
    + eq "");
    .
    .
    .
    
  3. or download this
        $method = "<font face=verdana size=1>An error with the script's in
    +stallation has occured.
            Please contact the webmaster with the error messages listed be
    +low!" if $method == 0;
        $method = "<font face=verdana size=1>An error occured with your su
    +bmission.  Please
            check the errors and make any necessary modficiations!</font>"
    + if $method == 1;
    

Log In?
Username:
Password:

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

    No recent polls found