
Basic concepts of Perl programming language
The Perl programming language has existed since 1987, when the American programmer Larry Wall told the general public about his development. If you delve into the name, and the word “PERL” is formed by the abbreviation of the English phrase “Practical Extrfction and Report Language” (Russian. - “Practical sampling and reporting language” (note - literally)), you can understand that for writing applications. In our case, Perl is a universal tool for creating various Web-scripts and interactive forms for a site that support almost all platforms. For beginners, I would like to briefly explain the meaning of the word “script” in web development. Changes in the actions of a function, by logical comparisons of given variable values for this function, are commonly referred to as scripts. In other words, the developer of the script…