Re: my stupit script...

2001-12-17 Thread Jonathan E. Paton
> 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 ); > }

my stupit script...

2001-12-16 Thread Suzuki Yoshio
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