#!/usr/bin/perl use strict; use warnings; use EventRepository; my $er = EventRepository->new; $er->gets('http://google.com');