What is the syntax used in Perl grep function?
No Answer is Posted For this Question
Be the First to Post Answer
Why do you use Perl?
Explain about typeglobs?
How can you replace the characters from a string and save the number of replacements?
How will you create a file in perl?
Consider the following example #! /bin/perl use strict; sub sample { my @arr=(1,2,3,4); return @arr; } my ($a,$b,$c,$d) = &sample; print "$a\n$b\n$c\n$d\n"; In the above code, How can I get the $c without using the arguments such as $a,$b. I don't want to use any array to get the return values.
Explain lists in perl?
I have created a CGI-based page,after entering all the values in to the fields, How to get the output on the web browser using Perl
How to read from a pipeline with Perl
Write a script to reverse a string without using perl's built in functions?
Explain strftime() function in perl?
what is the meaning of rigging?
Explain the arguments for perl interpreter.