23 Apr
2003
23 Apr
'03
6:13 p.m.
Mohamed: Send the output of this test.pl script: ======================================================== #!/usr/bin/perl print "Content-type: text/html\n\n"; foreach (@INC) { print "INCLUDE: $_<br>\n"; } my $scriptsize= -s "/usr/local/koha/intranet/modules/C4/Search.pm"; print "Script Size: $scriptsize\n"; ======================================================== Steve.