> I made a script that show /var/log/messages* when you
> press submit. But!!! It doesn't come out to the last
> when the file size is upper than the few MB.
>
> ... [SNIP] ...
>
> if ( $q->param( "show" ) ) {
> open( LOG, $q->param( "check" ) );
> @log = ;
> close( LOG );
> }
Hi, you guyz!
I made a script that show /var/log/messages* when you press submit.
But!!! it doesn't come out to the last when the file size is upper
than the few MB.
Is that my mistake? or is that a kind of the bug?
Please let me know about it.
Thank you.
My server : RH7.1,thttpd,p