YUANya

导航

 

2019年6月15日

摘要: 调用参数 问题一:文件无法传入 阅读全文
posted @ 2019-06-15 20:56 YUANya 阅读(226) 评论(0) 推荐(0) 编辑
 
摘要: 读取标准输入#!/usr/bin/perluse strict;use warnings;my $line=;my $err = defined($line);print "$... 阅读全文
posted @ 2019-06-15 19:21 YUANya 阅读(112) 评论(0) 推荐(0) 编辑
 
摘要: #!/usr/bin/perluse strict;use warnings;use 5.010;&print_hello;sub print_hello{ my $he... 阅读全文
posted @ 2019-06-15 18:21 YUANya 阅读(149) 评论(0) 推荐(0) 编辑