{"id":61,"date":"2009-09-03T06:43:52","date_gmt":"2009-09-03T13:43:52","guid":{"rendered":"http:\/\/www.imaginarybillboards.com\/?p=61"},"modified":"2010-01-27T19:09:52","modified_gmt":"2010-01-28T02:09:52","slug":"if-perl-is-write-only","status":"publish","type":"post","link":"http:\/\/www.imaginarybillboards.com\/?p=61","title":{"rendered":"If perl is write-only…"},"content":{"rendered":"

Then python is read-only. \u00c2\u00a0Think of it.<\/p>\n

Both have a shebang line, and after that import (use) lines. \u00c2\u00a0Perl’s are mostly optional – for sysadmin stuff you’re usually just doing your boilerplate strict and warnings. \u00c2\u00a0Of course, even that is optional. \u00c2\u00a0Technically anyway.\u00c2\u00a0 For python, you need to import something to do absolutely anything. \u00c2\u00a0 Which is okay – it shows you what is being used.<\/p>\n

Then on to the real work. \u00c2\u00a0In perl, you start out with the program. \u00c2\u00a0It’s right there. \u00c2\u00a0If you want to see the logic, just open the file – it’s usually at the top. \u00c2\u00a0Python is the opposite – you have to declare your objects and functions higher up in the file before you can use them. \u00c2\u00a0 I couldn’t say you have to declare them before you use them because in practice you’re coding along and think “hey, this should be a function” and zoom down a bit and add it, then go back to the logic. \u00c2\u00a0You’re still doing them before.<\/p>\n

So you have your listing of objects and functions somewhere, and the actual program logic somewhere. \u00c2\u00a0But this shows one difference between the two.<\/p>\n

Perl cares about doing things. \u00c2\u00a0Python cares about defining things.<\/p>\n","protected":false},"excerpt":{"rendered":"

Then python is read-only. \u00c2\u00a0Think of it. Both have a shebang line, and after that import (use) lines. \u00c2\u00a0Perl’s are mostly optional – for sysadmin stuff you’re usually just doing your boilerplate strict and warnings. \u00c2\u00a0Of course, even that is optional. \u00c2\u00a0Technically anyway.\u00c2\u00a0 For python, you need to import something to do absolutely anything. \u00c2\u00a0 […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[15],"tags":[10,16,3],"_links":{"self":[{"href":"http:\/\/www.imaginarybillboards.com\/index.php?rest_route=\/wp\/v2\/posts\/61"}],"collection":[{"href":"http:\/\/www.imaginarybillboards.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.imaginarybillboards.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.imaginarybillboards.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.imaginarybillboards.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=61"}],"version-history":[{"count":3,"href":"http:\/\/www.imaginarybillboards.com\/index.php?rest_route=\/wp\/v2\/posts\/61\/revisions"}],"predecessor-version":[{"id":63,"href":"http:\/\/www.imaginarybillboards.com\/index.php?rest_route=\/wp\/v2\/posts\/61\/revisions\/63"}],"wp:attachment":[{"href":"http:\/\/www.imaginarybillboards.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=61"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.imaginarybillboards.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=61"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.imaginarybillboards.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=61"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}