#!/usr/bin/perl
sub chomp {
print "Hello Perl \n"
}
chomp();
#!/usr/bin/perl
sub hello {
print "hello perl!\n";
}
hello();
#!/usr/bin/perl
sub hello;
hello();
sub hello {
print "hello perl!\n";
}
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |