摘要:
调用参数 问题一:文件无法传入 阅读全文
摘要:
读取标准输入#!/usr/bin/perluse strict;use warnings;my $line=;my $err = defined($line);print "$... 阅读全文
摘要:
#!/usr/bin/perluse strict;use warnings;use 5.010;&print_hello;sub print_hello{ my $he... 阅读全文