Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2347944
  • 博文数量: 609
  • 博客积分: 10061
  • 博客等级: 上将
  • 技术积分: 5920
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-25 08:30
文章分类

全部博文(609)

文章存档

2010年(13)

2009年(39)

2008年(558)

我的朋友

分类:

2009-04-20 23:59:47

Perl 1-liner to generate an MD5

-------------------------------------------------------------------

This shows how to use a module that normally needs a 'qw' attachment to the use statement (hint: its the = sign). You can add others by using comma separated values.


perl -MDigest::MD5=md5_hex -e 'print md5_hex("What you want to MD5") . "\n"';

阅读(829) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~