Write a script for 'count the no.of digits using regular
expressions in perl..
Answer Posted / swdaer\zffgasdt
AEWT AWET
WEKLFJCM
w?E:,f
"W:lrc";E
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How to dereference a reference?
You want to read command-line arguements with perl. How would you do that?
You want to add two arrays together. How would you do that?
Which of these is a difference between Perl and C++ ?
How to find the length of an array in perl?
What is perl unshift array function?
What do you mean by context of a subroutine?
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur
How can you use Perl warnings and what is the importance to use them?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
What are stdin, stdout and stderr?
What is q (single q) operator in perl?
What are the logical operators used for small scale operations? Explain them briefly.
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
Difference between the variables in which chomp function work ?