execute command in perl: system

Example:

 

#!/home/utils/perl-5.22/5.22.0-005/bin/perl
use warnings;
my $golden_cl=123;
system("echo \"GC=$golden_cl\"");

posted on 2018-08-03 19:11  guolongnv  阅读(130)  评论(0)    收藏  举报