| line |
l |
!l |
condition |
|
49
|
0 |
0 |
$$attr{'cgivar'} || die('Missing CGI variable') |
|
50
|
0 |
0 |
$$attr{'dsn'} || 'DBI:CSV:' |
|
56
|
0 |
0 |
$cgi->param('sep') || ';' |
|
|
0 |
0 |
$cgi->param('escape') || '"' |
|
|
0 |
0 |
$cgi->param('quote') || $cgi->param('escape') || '"' |
|
65
|
0 |
0 |
$$attr{'table'} || die('Missing table name') |
|
67
|
0 |
0 |
$cgi->tmpFileName($fileName) || die('Missing file') |
|
134
|
0 |
0 |
$$attr{'table'} || die('Missing table name') |
|
135
|
0 |
0 |
$$attr{'removeid'} || 1 |
|
136
|
0 |
0 |
$$attr{'sep'} || ';' |
|
|
0 |
0 |
$$attr{'escape'} || '"' |
|
|
0 |
0 |
$$attr{'quote'} || $$attr{'escape'} || '"' |
|
169
|
0 |
0 |
$$attr{'table'} || 'prefs' |
|
170
|
0 |
0 |
$$attr{'var'} || 'prefs' |
|
171
|
0 |
0 |
$$self{$pvar} || die("No prefs set in variable $pvar") |
|
172
|
0 |
0 |
$$attr{'tvar'} || 'prefs' |
|
173
|
0 |
0 |
$$self{'dbh'} || die('Missing database handle') |
|
207
|
0 |
0 |
$$self{'table'} || 'prefs' |
|
208
|
0 |
0 |
$$attr{'var'} || 'prefs' |
|
209
|
0 |
0 |
$$attr{'tvar'} || 'prefs' |