
{"id":8258,"date":"2013-03-12T18:56:54","date_gmt":"2013-03-12T18:56:54","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=8258"},"modified":"2013-03-12T18:56:54","modified_gmt":"2013-03-12T18:56:54","slug":"testing-with-perl","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/03\/12\/testing-with-perl\/","title":{"rendered":"TESTING WITH Perl"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n$perl test1.pl\n1..1\nok 1\n$cat test1.pl\n#!\/usr\/bin\/perl -w\n\nprint \"1..1n\";\n\nprint 1 + 1 == 2 ? \"ok 1n\" : \"not ok 1n\";\n$perl\n1+1\n$perl -e\nNo code specified for -e.\n$perl -d\n\nLoading DB routines from perl5db.pl version 1.33\nEditor support available.\n\nEnter h or `h h' for help, or `man perldebug' for more help.\n\nDebugged program terminated.  Use q to quit or R to restart,\n  use o inhibit_exit to avoid stopping after program termination,\n  h q, h R or h o to get additional info.\n  DB quit\n\n  DB exit\n$perl -d -e 1\n\nLoading DB routines from perl5db.pl version 1.33\nEditor support available.\n\nEnter h or `h h' for help, or `man perldebug' for more help.\n\nmain::(-e:1):\t1\n  DB 1+1\n\n  DB print 1+1\n2\n  DB print 1 + 1 == 2\n1\n  DB print 1 + 1 == 3\n\n  DB print 2 + 2 == 3\n\n  DB print 2 + 2 == 4\n1\n  DB\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $perl test1.pl 1..1 ok 1 $cat test1.pl #!\/usr\/bin\/perl -w print &#8220;1..1n&#8221;; print 1 + 1 == 2 ? &#8220;ok 1n&#8221; : &#8220;not ok 1n&#8221;; $perl 1+1 $perl -e No code specified for -e. $perl -d Loading DB routines from perl5db.pl version 1.33 Editor support available. Enter h or `h h&#8217; for help, or &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2013\/03\/12\/testing-with-perl\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;TESTING WITH Perl&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"page-templates\/full-width.php","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8258"}],"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=8258"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8258\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=8258"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=8258"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=8258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}