[root@mysql1 perl]# cat 1.pl
#!/usr/bin/env perl
print "hello world!\n";
#!/usr/bin/env perl
use 5.010;
say "hello world!";
#!/usr/bin/env perl
print "hello world!\n";
print "hello world";
#!/usr/bin/env perl
use 5.010;
say "hello world!";