Second, create a new file called hello.pl in helloworld directory and copy&paste the following code: #!/usr/bin/perl use warnings; print("Hello, World!\n");.
確定! 回上一頁