http://qs1969.pair.com?node_id=24665


in reply to Checking ADSL connection

Well, JP Sama, You're not the only one to have this problem in Brazil, and you're not the only one that's looking for an anwser for that. ^_^
So if you find something new, remember to post here *or something like it) for us (me?) and I'll do the same.


-------
[]'s
FiReWaLL
The only thing you regret in life, is the risk you don't take.

Replies are listed 'Best First'.
RE: Re: Checking ADSL connection
by JP Sama (Hermit) on Jul 27, 2000 at 19:17 UTC
    You just need to ask... ! And of course, if I found a valid solution, I'll share it!!!

    :o)

    #!/jpsama/bin/perl -w
    $tks = `mount`;
    $jpsama = $! if $!;
    print $jpsama;