随笔分类 -  Perl

there's more than one way to do it.
该文被密码保护。
posted @ 2015-11-11 01:53 lichmama 阅读(12) 评论(0) 推荐(0)
摘要:Perl的优势:比C好写,比Shell高效,Linux普遍支持。#!/usr/bin/perl -w# auth: lichmama@cnblogs.com# what: split data_file by date.my $fullpath = $0;my $script_name ... 阅读全文
posted @ 2015-03-30 15:15 lichmama 阅读(334) 评论(0) 推荐(0)
摘要:通过接口发送短信的socket小样:#!/usr/bin/perl -w# auth:lichmama@cnblogs.com# what:send message to phone# usage: sms.pl [phonenumber] [text]use s... 阅读全文
posted @ 2015-03-26 15:05 lichmama 阅读(167) 评论(0) 推荐(0)