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 10248Can 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 7848
Who created perl?
What is the use of strict?
Why should I use the -w argument with my Perl programs?
How to create a package?
Explain which feature of PERL provides code reusability?
Explain arrays in perl.
What is the different between array and hash in perl programming?
Write an example explaining the use of symbol tables.
In Perl, what is grep function used for?
Explain lists ?
what are the two ways to get private values inside a subroutine or block?
You want to read command-line arguements with perl. How would you do that?
what are the strategies followed for multiple form interaction in cgi programs?
How to replace perl array elements?
What does init 5 and init 0 do?