Help for this page

Select Code to Download


  1. or download this
    se strict;
    use Tk 800.00;
    ...
    my $tf_serial     = $lf->Entry(-width=>30)->pack(qw/-side top/);
    my $label_space   = $lf->Label(-text=>'',)->pack(qw/-side top/);
    my $returned      = "";
    
  2. or download this
    ##Set up query button
    my @info;
    ...
        my @arr = $sth->fetchrow;
        return(@arr);
    }