Perlここまで覚えた

プロンプトでhello

プロンプトを起動

perl -e "print'hello';"
これでエンターキー
するとhelloと表示された

perl -e 'print"hello";'
perl -e "print"hello";"
perl -e print"hello";
perl -e hello;
これらでは表示されなかった


トップへ戻る



inserted by FC2 system