/[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

Contents of /lib/PXElator/browser.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 100 - (show annotations)
Fri Jul 31 21:42:28 2009 UTC (14 years, 8 months ago) by dpavlin
File size: 80 byte(s)
use local bin/uzbl
1 package browser;
2
3 sub start {
4 my $url = shift;
5 exec "bin/uzbl -u $url";
6 }
7
8 1;

  ViewVC Help
Powered by ViewVC 1.1.26