#!/usr/bin/perl #use FindBin '$Bin'; #use lib "$Bin/../../public_webdata/hearth/HelloSMS/lib"; use lib "/home/hearth/public_webdata/hearth/HelloSMS/lib"; use HelloSMS::DLR; my $webapp = HelloSMS::DLR->new( PARAMS => { cfg_file => '/home/hearth/public_webdata/hearth/HelloSMS/etc/hellosms.cfg', id => 'clickatell', }, ); $webapp->run();