- or download this
sub main
{
...
$dbh->disconnect();
}
- or download this
sub selectClient
{
...
return $client;
}
- or download this
sub validate
{
...
return;
}
- or download this
sub guiStart
{
...
return;
}
- or download this
sub listData
{
...
return;
}
- or download this
sub initDialog
{
...
return;
}
- or download this
sub removeData
{
...
return;
}