How many types of primary data structures in Perl and what do they mean?
No Answer is Posted For this Question
Be the First to Post Answer
How to read a file into a hash array?
Explain returning values from subroutines?
How will you get the count of parameters passed to a perl subroutine?
write a script to display mirror image of a entered value and also check whether Palindrome
There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"
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.
What are the two ways to get private values inside a subroutine?
How can you replace the characters from a string and save the number of replacements?
List the data types that Perl can handle?
Write the program to process a list of numbers.
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
What is epoch time in perl?