Help for this page

Select Code to Download


  1. or download this
        ### execute command
        ### get the data
        $dbHandle=$db->prepare($dbCommand);
        $dbHandle->execute();
        my $data = $dbHandle->fetchall_arrayref();
    
  2. or download this
    my $var1 = 0;
    my $var2 = 1;
    
    # Draw an axis with a pencil and a ruler
    function($var1, $var2);
    
  3. or download this
    my $pencil = 0;
    my $ruler  = 0;
    ...
            $pencil++;
        }
    }