2019年8月23日

perl字符串倒置

摘要: #!/usr/bin/perl print "Input string: "; $line = <stdin>; $line = reverse ($line); print $line; 参考来源: https://zhidao.baidu.com/question/41336877.html 阅读全文

posted @ 2019-08-23 14:36 BPSO_mynotes 阅读(267) 评论(0) 推荐(0)

perl字符串倒置

摘要: #!/usr/bin/perl print "Input string: "; $line = <stdin>; $line = reverse ($line); print $line; 阅读全文

posted @ 2019-08-23 14:34 BPSO_mynotes 阅读(209) 评论(0) 推荐(0)

导航