Give an example of the -i and 0s option usage.
No Answer is Posted For this Question
Be the First to Post Answer
Explain ivalue in perl?
What are the features of perl language?
Comment on the scope of variables in 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.
Write a script for 'count the no.of digits using regular expressions in perl..
How does a “grep” function perform?
How to read a file into a hash array?
What is chomp() operator/function?
What is the difference between use and require in perl programming?
How to open a directory in perl?
You want to connect to sql server through perl. How would you do that?
Where do we require ‘chomp’ and what does it mean?