
{"id":5595,"date":"2011-08-21T20:35:28","date_gmt":"2011-08-21T20:35:28","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=5595"},"modified":"2011-08-21T20:35:28","modified_gmt":"2011-08-21T20:35:28","slug":"hello-pl-x-prints-the-message-using-two-different-delimeters","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2011\/08\/21\/hello-pl-x-prints-the-message-using-two-different-delimeters\/","title":{"rendered":"hello.pl  &#8212;x  Prints the message using two different delimeters."},"content":{"rendered":"<h5><u> A UNIX Command <\/u><\/h5>\n<pre>\n$cat hello.pl\n# Prints the message using two different delimeters.\nprint \"Hello, world!\\n\";\nprint qq=Did you say \"Hello?\"\\n=;\n\n$perl hello.pl\nHello, world!\nDid you say \"Hello?\"\n$\n\n<\/pre>\n<p><\/p>\n<h5><u> UNIX Explanation <\/u><\/h5>\n<pre>\n\"print\"  is  categorized  under  Input\/Output Functions.\nPrints the message using two different delimeters.\n\n<\/pre>\n<p>source : http:\/\/sandbox.mc.edu\/~bennet\/perl\/leccode\/index.html<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A UNIX Command $cat hello.pl # Prints the message using two different delimeters. print &#8220;Hello, world!\\n&#8221;; print qq=Did you say &#8220;Hello?&#8221;\\n=; $perl hello.pl Hello, world! Did you say &#8220;Hello?&#8221; $ UNIX Explanation &#8220;print&#8221; is categorized under Input\/Output Functions. Prints the message using two different delimeters. source : http:\/\/sandbox.mc.edu\/~bennet\/perl\/leccode\/index.html<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[556,893,1246],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/5595"}],"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=5595"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/5595\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=5595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=5595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=5595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}