补上昨天的博文,Perl写音乐《午夜DJ》

突然脑洞打开,写了一首Perl式的music,个人感觉良好。。。

偷笑

代码如下:

#Mtp : music to perl

#author : Perl Hacker
#Date : 2014.12.02
#from : 午夜DJ to IfMeIsDJ
if ($me = $DJ = $Dj = $dJ = $dj = $DJ){
if ($me = $DJ = $Dj = $dJ = $dj = $DJ){
if ($me = $DJ = $Dj = $dJ = $dj = $DJ){
if ($me = $DJ = $Dj = $dJ = $dj = $DJ){
if ($me = $DJ = $Dj = $dJ = $dj = $DJ){
if ($me = $DJ = $Dj = $dJ = $dj = $DJ){
365*$day;not $a_holiday;
if (wear($headset)) {$tonight_party = "MY BIGGEST!"}
$me = midnight($DJ);
sub feel{my $music};
$happytime=not last;
if($me = $DJ ){tell you_love_me;tell you_love_me;tell you_love_me}
if($me = $DJ ){tell you_love_me;tell you_love_me;tell you_love_me}
while ($night_fall) {$we,open Our eyes;}
wear($My_apple);Put_LV_bag(my $left);
$me = midnight($DJ);
sub feel{my $music};
$happytime=not last;
if($me = $DJ ){tell you_love_me;tell you_love_me;tell you_love_me}
if($me = $DJ ){tell you_love_me;tell you_love_me;tell you_love_me}}}}}}}
#Rap Rap Rap Rap
=begin
Hello baby I'm DJ!
This time with me feel my music.
If i'm dj will you love me?
Come on Together go to party!
如果我是一位午夜DJ
你是否愿意把我体会
想要正式的问你一句
你是否会爱上一位DJ
=cut
if($me = $DJ ){...}

if($me = $DJ ){...}


代码执行结果:

>>>


完美运行!!!!

相关文章

1. 如何去重 #!/usr/bin/perl use strict; my %hash; while(...
最近写了一个perl脚本,实现的功能是将表格中其中两列的数据...
表的数据字典格式如下:如果手动写MySQL建表语句,确认麻烦,...
巡检类工作经常会出具日报,最近在原有日报的基础上又新增了...
在实际生产环境中,常常需要从后台日志中截取报文,报文的形...
最近写的一个perl程序,通过关键词匹配统计其出现的频率,让...