On Fri, Mar 25, 2011 at 11:03 PM, Sharad Birmiwal
<[email protected]>wrote:

> >>     my($user) = @_;
> >>     my($host) = odch::get_hostname($user);
> >>     my($ip) = odch::get_ip($user);
> >>     $iplog = ">>/var/log/hubiplog";
> >>     open(PLIK, $iplog);
> >>     print PLIK $ip;
> >>     print PLIK "\n";
> >>     close PLIK;
>
> Try the following..
> print PLIK "$user -- $host -- $ip\n";
>
> still no output :(

> This is just a tip for debugging. I can't help you beyond this. Sorry.
>
> SB
>
> --
> LUG@IITD - http://lug-iitd.org/Footer
>

-- 
LUG@IITD - http://lug-iitd.org/Footer

Reply via email to