点击运行
#!/usr/bin/perl $string = "welcome to google site."; $string =~ s/google/jiyik/; print "$string\n";
运行结果 :
正在执行...