| Nginx-ru mailing list archive (nginx-ru@sysoev.ru) [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re[4]: nginx+perl отладка
 
 > sub log_msg {
>     my $txt = shift;
>     open(F, ">>/tmp/foo.log");
>     print F "$txt\n";
>     close(F);
> }
> ...
> log_msg("bar");
Спасибо большое
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
 |