This commit is contained in:
Steve Sanbeg 2012-01-30 13:59:44 -05:00
Родитель 9ecd4a7339
Коммит 89e6854b11
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,10 @@
#! /usr/bin/perl
# example perl code for Etsy StatsD
# Steve Sanbeg http://www.buzzfeed.com/stv
# host and port are passed in as command line options, default to
# localhost & 8125.
use strict;
use warnings;
use Getopt::Long;