10 lines
233 B
Perl
10 lines
233 B
Perl
|
|
@code_structure_errstr = (
|
|
{
|
|
'category' => 'code structure',
|
|
'subcategory' => 'error strings',
|
|
'detail' => 'all error codes handled',
|
|
'function' => \&code_structure_fko_error_strings,
|
|
},
|
|
);
|