Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Make Adso.pl launch Mozilla from Linux!

by SciDude (Friar)
on Aug 19, 2004 at 07:21 UTC ( [id://384196]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                    my $pid;
                    if (!defined($pid = fork)) {
    ...
                        return; # I’m the parent
                    }
                    exec 'mozilla', "$url";
    
  2. or download this
               exec "mozilla -remote \"openurl($url,new-tab)\"";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://384196]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-23 12:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found