blob: 1675fd2f23556912600e89c9c3ec0c0338ae879c (
plain)
- #!/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 => 'routo',
- },
- );
- $webapp->run();
|