Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
バージョン 1.19 で完了しましたが、2.0 は意味がありません。同じページで異なるリリースの複数のグラフを取得したいので、組み込みのグラフを使用できません。
私はこの例を試しました:
#!C:/Perl64/bin/perl.exe $mickey = "Hi i'm Mickey"; $pluto = "Hi i'm Pluto"; print <<EOF; $pluto Hi i'm Goofy $mickey EOF pri