Help for this page

Select Code to Download


  1. or download this
    $dbh->func( 'COPY snapshot_$formName ( name, value, collect_date, omp_
    +id ) FROM STDIN',
                'putline' );
    
  2. or download this
    my $count = 0;
    for ( ... ) {
        ... $names[ $count ]
    
        $count++;
    }
    
  3. or download this
    foreach my $ix ( 0 .. $#names )
        my $value = $values[ $ix ];
        if ( ! $names[ $ix ] ) {
        }
    }
    
  4. or download this
    $formName = ...;
    @form_out = ...;
    $ga = { ... };
    ...
                or die "Couldn't write `$row' to $table_name: $@, " . $dbh
    +->errstr;
        }
    }