{"id":25888,"date":"2020-12-21T02:42:52","date_gmt":"2020-12-20T18:42:52","guid":{"rendered":"https:\/\/web.mwwsb.com.my\/pjci\/?post_type=kb&#038;p=25888"},"modified":"2022-09-08T21:38:42","modified_gmt":"2022-09-08T13:38:42","slug":"where-is-perl-located-in-linux","status":"publish","type":"kb","link":"https:\/\/www.casbay.com\/guide\/kb\/where-is-perl-located-in-linux","title":{"rendered":"Where is Perl located in Linux ?"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"25888\" class=\"elementor elementor-25888\" data-elementor-post-type=\"kb\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e3bb77d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e3bb77d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a6ac88a\" data-id=\"a6ac88a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5635dd3 elementor-widget elementor-widget-heading\" data-id=\"5635dd3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Where is Perl located in Linux ?\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3d8308 elementor-widget elementor-widget-text-editor\" data-id=\"f3d8308\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>\/usr\/bin\/perl , Add #!\/usr\/bin\/perl -w: in your Perl scripts header.<\/p><p>After that, you should find where the Perl is located at.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-049845c elementor-widget elementor-widget-text-editor\" data-id=\"049845c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>To learn more about Perl, you can continue to scroll and read the rest of the article.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce97ade elementor-widget elementor-widget-heading\" data-id=\"ce97ade\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Definition & Features<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4e106e elementor-widget elementor-widget-text-editor\" data-id=\"a4e106e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><strong>PERL<\/strong> stands for <strong>Practical Extraction and Reporting Language<\/strong> (unofficial acronym). It is a stable and cross-platform language. Larry Wall was the one who created Perl. It is an open-source, general-purpose, interpreted language. Moreover, we call the programs written in &#8220;Perl scripts&#8221;. Furthermore, Perl supports both Procedural language an Object-Oriented language. Besides, it has powerful support for text processing and has a collection of third-party modules. Often, we use Perl language mainly for Web Applications, System Administration, Batch Processing, Applications involving text processing, and most command-line applications.<\/p><p>Here are some features of Perl language:<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ced3856 elementor-widget elementor-widget-text-editor\" data-id=\"ced3856\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul><li>Perl takes the best features from other languages, such as C, awk, sed, sh, and BASIC, among others.<\/li><li>Perl&#8217;s database integration interface DBI supports third-party databases including Oracle, Sybase, Postgres, MySQL, and others.<\/li><li>Works with HTML, XML, and other mark-up languages.<\/li><li>Supports Unicode.<\/li><li>Supports both procedural and object-oriented programming.<\/li><li>Interfaces with external C\/C++ libraries through XS or SWIG.<\/li><li>It is extensible.<\/li><li>Its interpreter can be embedded in other systems.<\/li><\/ul>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da22db8 elementor-widget elementor-widget-heading\" data-id=\"da22db8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">Different Applications of Perl:<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a7dc772 elementor-widget elementor-widget-text-editor\" data-id=\"a7dc772\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Nowadays, the Perl language is widely accepted by developers. There are many different technology solutions that use this language. For example, application development, test automation, website development, XML manipulation, configuration management, CGI programming, and Bioinformatics. Besides that, it also includes system administration, game development, databases, GUI development, desktop apps, and much more.<\/p><p>Furthermore, Perl is universally adopted. We can see it on different platforms for its coding and development capabilities. As the scope of Perl technology has widened in the past few years, <a href=\"https:\/\/www.chetu.com\/on-demand-developers\/perl-language.php\" rel=\"noopener\">Perl programming solutions<\/a> has become one of the best options. Thus it is able to fulfill the custom software development need of many businesses.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Where is Perl located in Linux ? \/usr\/bin\/perl , Add #!\/usr\/bin\/perl -w: in your Perl scripts header. After that, you should find where the Perl is located at. To learn more about Perl, you can continue to scroll and read the rest of the article. Definition &amp; Features PERL stands for Practical Extraction and Reporting [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}}},"kbtopic":[60],"kbtag":[106],"mkb_version":[],"_links":{"self":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/25888"}],"collection":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb"}],"about":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/types\/kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/comments?post=25888"}],"version-history":[{"count":1,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/25888\/revisions"}],"predecessor-version":[{"id":36608,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/25888\/revisions\/36608"}],"wp:attachment":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/media?parent=25888"}],"wp:term":[{"taxonomy":"kbtopic","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kbtopic?post=25888"},{"taxonomy":"kbtag","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kbtag?post=25888"},{"taxonomy":"mkb_version","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/mkb_version?post=25888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}