【perl】一个变量里存的东西像从文件中读出的东西一样

一个变量里存的东西像从文件中读出的东西一样。。。
$data="hellonworldnnihao";
open my $fh,"<",$data;
while(<$fh>){
print;
}
close $fh;

发表评论

邮箱地址不会被公开。 必填项已用*标注