perl学习遇到问题,提示used only once:
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/12 22:48:04
perl学习遇到问题,提示used only once:
$s1='bbb';$s2='aaa';$s3=$s2.$s2;print $s3;提示:Name "main::s1" used only once:possible typo at C:\perlt\2.pl line 3.
$s1='bbb';$s2='aaa';$s3=$s2.$s2;print $s3;提示:Name "main::s1" used only once:possible typo at C:\perlt\2.pl line 3.
use strict;
use warnings;
my $s1 = 'bbb';
my $s2 = 'aaa';
my $s3 = $s2.$s2;
print $s3;
C:\Users\Hunter\Documents\Perl>perl dot.pl
aaaaaa
没有问题呀
use warnings;
my $s1 = 'bbb';
my $s2 = 'aaa';
my $s3 = $s2.$s2;
print $s3;
C:\Users\Hunter\Documents\Perl>perl dot.pl
aaaaaa
没有问题呀
perl学习遇到问题,提示used only once:
perl 正则表达式问题
perl语言中遇到的情况
perl中reverse用法问题
perl $@
学习英语时态遇到的问题
学习英语遇到些问题求解答.
This item is pre loved but i reckon only used once.
in most large cities water is used only once and then ___to
don't buy cups or boxes which can be used only once.为什么用whic
假如你叫小明,你的生活和学习遇到了一些烦恼和问题,请根据以下英文提示写一封e-mail向你的外籍教师Allen
大家谁知道怎样用perl解决生物问题