Perl/helloworld
提供: 初心者エンジニアの簡易メモ
2015年5月20日 (水) 02:58時点における127.0.0.1 (トーク)による版 (ページの作成:「vi hello.cgi #!/usr/bin/perl print "Content-type: text/html \n\n"; print "helloworld\n"; hello.cgiのパーミションを755へ chmod 755 hello.cgi」)
vi hello.cgi
#!/usr/bin/perl print "Content-type: text/html \n\n"; print "helloworld\n";
hello.cgiのパーミションを755へ
chmod 755 hello.cgi