How many data types are there in perl?
No Answer is Posted For this Question
Be the First to Post Answer
What is qq (double q)operator in perl?
Perl regular expressions are greedy" what does this mean?
What does the qx{ } operator do?
Write syntax to use grep function?
What is cpan ? What are the modules coming under this?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
Elaborate on perl bite-wise operators.
Explain goto expr?
Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.
How to change a directory in perl?
How to find the length of an array in perl?
Explain arrays in perl.