#!/usr/bin/perl use warnings; use strict; use lib '/home/kester/bin/'; use browse qw( google ); google ();