Help for this page

Select Code to Download


  1. or download this
    if ($output = `firefox`)
        {print "no browser found\n"}
    
  2. or download this
    BROWSER: {
        for my $dir (split /:/, $ENV{PATH}) {
    ...
        }
        print "no browser found.\n";
    }