perl字符串倒置

#!/usr/bin/perl

print "Input string: ";

$line = <stdin>;

$line = reverse ($line);

print $line;

 

 

参考来源:

https://zhidao.baidu.com/question/41336877.html

posted on 2019-08-23 14:36  BPSO_mynotes  阅读(260)  评论(0编辑  收藏  举报

导航