answersLogoWhite

0

Perl Programming

Perl was first released in 1987, it is an high-level, general-purpose, interpreted, dynamic programming language. It was created by Larry Wall. The language is influenced by a number of programming language such as Lisp, C, C++, Pascal and others.

75 Questions

What is the perl time function used for?

The perl time function is used for the determination for how many seconds have passed since a certain date (most commonly Jan 1st 1970) you can find various methods online to determine this as well as other things such as checking of a leap year, determining the day and many more.

How reliable is Perl?

This question is very nearly meaningless. Perl is a programming language; the reliability of any given Perl program depends on the talent and insight of the programmer.

How do you run perl programs in editplus?

You should have perl installed in your machine.

1.Open EditPlus

2.Go to Tool->Configure User Tools..

3.Click Add Tools>>Select Program

4.Give Below Option

Menu Text:Perl

Command:C:\Perl\bin\perl.exe(Browse to location)

Argument:$(FileName)

Initial Directory:$(FileDir)

5.Click Capture Output


Write a new perl program and go to Tools->Perl to run the program