Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

'use strict' is not Perl

by Ovid (Cardinal)
on Aug 28, 2001 at 01:51 UTC ( [id://108286]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    foreach $pair (@pairs) {
    ...
            $formdata{$key} = $value;
        }
    }
    
  2. or download this
    open DATA, $data;
    
  3. or download this
    function changeLoc(formNum) {
        if ( document.forms[0].elements[formNum].options[document.forms[0]
    +.elements[formNum].selectedIndex].value == "Corporate Home" ) {
    ...
        }
        document.forms[0].elements[formNum].selectedIndex = 0;
    }
    
  4. or download this
    function changeLoc(formNum) {
        page = document.forms[0].elements[formNum].options[document.forms[
    +0].elements[formNum].selectedIndex].value;
    ...
        }
        document.forms[0].elements[formNum].selectedIndex = 0;
    }
    
  5. or download this
    sub update_foo {
        my ( $self, $data ) = @_;
    ...
        $self->{ _dbh }->commit if ! $self->{ _error };
        return $return;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-16 10:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found