Explain the various characteristics of perl.
No Answer is Posted For this Question
Be the First to Post Answer
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
How do I generate a list of all .html files in a directory?
What is perl push array function?
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 various flags/arguments that can be used while executing a perl program?
Explain join function in perl?
Perl regular expressions are greedy" what does this mean?
i have a folder called 'error' and in that, i have error log files which are generated by the build, now i want to findout the string 'error' from each log file and that error has to be copied into the another file called 'analysis'. how do you do this in perl?
Explain about the applications of perl?
How to prevent file truncation in perl?
How to create a directory in perl?
what is Polymorphism in Perl?