>There's a PPP Commands scripting addition, which I assume is installed >whenever OT/PPP is installed, that lets you connect, disconnect, get the >status, and save the log. So a simple > >Macperl::DoAppleScript 'PPP disconnect'; > >should do it, but you can open the dictionary in PPP Commands to get the >details. > >Brian Hmm.... I've got "Mac::Glue::glues::additions:PPP_Commands" listed in Shuck, so: my $ppp_obj = new Mac::Glue 'PPP_Commands' $ppp_obj->ppp_disconnect() should do the trick. Thanks to yet another cool MacPerl guru named 'Brian', living the the Puget Sound area (We'll shortly our own "Brian Secret Conspiracy Lab"). Who need's AppleScript anyway? --B Brian McNett, Webmaster ************************************************************* Mycoinfo. The world's first mycology e-journal. http://www.mycoinfo.com/ ************************************************************* # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org