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


in reply to Re: Checking ADSL connection
in thread Checking ADSL connection

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;