How to convert strings into an array in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain grooving and shortening of arrays and splicing of arrays?
Explain ivalue?
How to implement a stack in Perl?
What is the difference between having a parenthesis after module name and without parenthsis after module name?? i.e Package::Module(); and Package::Module;
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
Explain substr function in perl?
Explain a tell function in perl?
How to read from a pipeline with Perl
What package you use to create a windows services?
How does a “grep” function perform?
How do I read command-line arguments with Perl?
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.