perl 语言

1.

[root@opengauss perl]# perl -version

This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
(with 33 registered patches, see perl -V for more detail)

Copyright 1987-2012, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

[root@opengauss perl]# 

2,脚本语言

[root@opengauss perl]# cat 2.pl
#!/usr/bin/perl
# 转化 Example

$str = "I love studying...";
$str =~ tr/a-z/A-Z/;            #小写字符换成大写
print "$str\n";                    #输出 I HATE STUDYING...
[root@opengauss perl]# 
[root@opengauss perl]# 

执行

[root@opengauss perl]# perl  2.pl
I LOVE STUDYING...
[root@opengauss perl]# 
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值