# No.12 Perl Sample (code key - 69) # Hello World! 1(初めてのPerlスクリプト) # Tomonori Nagano # Last Update: January 18, 2008 # # This file is encoded in Unicode (UTF-8). If you see gibberish characters, # please re-encode the file in utf-8. # print "hello world!\n" ;