/[pxelator]/lib/PXElator/browser.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /lib/PXElator/browser.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 155 - (hide annotations)
Thu Aug 6 15:15:23 2009 UTC (14 years, 8 months ago) by dpavlin
File size: 143 byte(s)
use uzbl if it exists or fallback to /etc/alternatives/x-www-browser

1 dpavlin 66 package browser;
2    
3     sub start {
4     my $url = shift;
5 dpavlin 155 exec "bin/uzbl -u $url" if -e "bin/uzbl";
6     exec "/etc/alternatives/x-www-browser $url";
7 dpavlin 66 }
8    
9     1;

  ViewVC Help
Powered by ViewVC 1.1.26