[vagrant@localhost perl]$ vi hello_world.pl [vagrant@localhost perl]$ ls hello.pl hello_world.pl test.dat [vagrant@localhost perl]$ chmod 755 hello_world.pl [vagrant@localhost perl]$ ls hello.pl hello_world.pl test.dat [vagrant@localhost perl]$ ./hello_world.pl hello, world! [vagrant@localhost perl]$ perl -e 'print "hello_world\n";' hello_world
さーどうしようか。。とりあえず思い出すまで基礎かな。