
{"id":8265,"date":"2013-03-15T18:25:53","date_gmt":"2013-03-15T18:25:53","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=8265"},"modified":"2013-03-15T18:25:53","modified_gmt":"2013-03-15T18:25:53","slug":"perl-testing-using-system-function","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/03\/15\/perl-testing-using-system-function\/","title":{"rendered":"Perl  Testing  using system function"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n$cat test4.pl\n#!\/usr\/bin\/perl\nuse strict;\nuse warnings;\n\nsystem \"echo 1 &gt; 1\";\nprint \"n\";\nsystem \"echo 2 &gt; 2\";\nprint \"n\";\nsystem \"echo hello\";\nprint \"n\";\n$perl test4.pl\n\n\nhello\n\n$cat 1\n1\n$cat 2\n2\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $cat test4.pl #!\/usr\/bin\/perl use strict; use warnings; system &#8220;echo 1 &gt; 1&#8221;; print &#8220;n&#8221;; system &#8220;echo 2 &gt; 2&#8221;; print &#8220;n&#8221;; system &#8220;echo hello&#8221;; print &#8220;n&#8221;; $perl test4.pl hello $cat 1 1 $cat 2 2 $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8265"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=8265"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8265\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=8265"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=8265"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=8265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}