2 |
## $Id$ |
## $Id$ |
3 |
## ------------------------------------------------------------------------ |
## ------------------------------------------------------------------------ |
4 |
## $Log$ |
## $Log$ |
5 |
|
## Revision 1.18 2003/06/06 03:40:57 joko |
6 |
|
## disabled autovivifying of arguments as attributes |
7 |
|
## |
8 |
## Revision 1.17 2003/05/13 07:58:49 joko |
## Revision 1.17 2003/05/13 07:58:49 joko |
9 |
## fix: die if methodname is empty |
## fix: die if methodname is empty |
10 |
## fixes to log-string |
## fixes to log-string |
247 |
} |
} |
248 |
#=cut |
#=cut |
249 |
|
|
250 |
|
=pod |
251 |
if (!$methodname) { |
if (!$methodname) { |
252 |
die("Methodname is not defined!"); |
die("Methodname is not defined!"); |
253 |
return; |
return; |
254 |
} |
} |
255 |
|
=cut |
256 |
|
|
257 |
#print "$methodname - 3", "\n"; |
#print "$methodname - 3", "\n"; |
258 |
|
|