You want to add two arrays together. How would you do that?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What is the use of -w, -t and strict in Perl?
How to connect to SQL server through Perl?
Explain different types of perl operators.
Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.
How we can navigate the xml documents?
Explain goto name?
what is the difference between require and use in perl?
What is the closure in PERL?
You want to download the contents of a url with perl. How would you do that?
What does read () command do?
What's the difference between /^Foo/s and /^Foo/?