How to find out the version of PERL being installed on your
LINUX machine.
Answer Posted / hemant
You Can also find out version of Perl by using an System
Variable ... $]
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Explain the meaning of subroutine?
Explain the use of 'my' keyword in perl?
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
What is posix in perl?
What is the difference between use and require in perl programming?
What are the functions that can be performed using cgi program?
Explain strftime() function in perl?
How does polymorphism work in perl? Give an example.
Explain arrays in perl.
Mention what is cpan?
Explain the various characteristics of perl.
How interpreter is used in perl?
Explain what is lvalue?
what is perl language?
What is confess function in perl?