Help for this page

Select Code to Download


  1. or download this
    # create and fool around with an array
    my @rray = ();
    ...
    push @$arrayref, "bar";
    print $arrayref->[1], "\n";
    #prints "bar"
    
  2. or download this
    while (my $ref = $sth->fetchrow_hashref ()) {
    
    ...
            end_form()
        );
    }