write a Perl script to find a particular word in a paragraph???
Answer Posted / guest
[code]
my $pat;
$pat='Using push we can add multiple items into an array in
a single instance.
If we are trying to add a module or library files in
our program using require or use statement then it will
search that module or library files in the Perl\'s default
search path.
The statement use lib is used to add the directories
to default search path.
So if the module or library file is not located in
the Perl\'s default search path then it will find the
library files in the path we have given with the use lib
$path.';
if($pat=~/push/)
{
print "Pattern push get matched\n";
}
[/code]
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is eval function in perl?
What is the purpose of “_file_ literal” and “_line_ literal” in perl?
Why to use perl scripting?
Explain goto name?
How do you set environment variables in perl?
What are the various uses of perl?
Can inheritance be used in perl?
How can I implement the function overloading in Perl ? I read about the operator overloading, I do not know how to implement the function overloading. Thanks in advance ?
How interpreter is used in perl?
Explain substr function in perl?
When do you use perl programming?
What does -> symbol indicates in Perl?
Differentiate between arrays and list in perl.
Explain the internal working of cgi
what are steps to do to lock the sony ericsson mobile with password?