-
-
-
-
-
How to find type of variable?
How to find out whether reference is pointing to a scalar, array or hash?
-
-
-
-
-
-
-
-
How do you you check the return code of a command in Perl
Suppose you run a program/script in Perl:system("./server ....");How will you check the return code?
-
-
-
-
-
-
Install Perl module using CPAN
How to install Perl module using CPAN. How to include the module in a program?
-
Perl Code
1) Input ip address. Check if it is in the range 172.125.1.0 and 172.125.25.0 using only regular expressions in Perl. Do not use parse functions.
2) Input a name. Check if it is valid (has at-least 3 letters and one vowel) using only return functions and regular expressions in Perl. Do not use parse functions.
3) Input email address. Check if it is valid using return function...
Perl Interview Questions
Ans