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?
HP,
5 10033Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.
TCS,
3 7717
Write a cgi program to show the header part?
When does circular reference occur?
Does Perl have reference type?
When would `local $_' in a function ruin your day?
Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.
What is the difference between single (') and double (") quote in a string in perl?
What is lexical variable in perl?
How to open a directory in perl?
Explain chomp?
what is Perl one liner?
Where do we require ‘chomp’ and what does it mean?
How many ways can we express string in Perl?
what is the main function of fork() in cgi programming?
Difference between the variables in which chomp function work ?
What do you mean by context of a subroutine?