How can you replace the characters from a string and save the number of replacements?
No Answer is Posted For this Question
Be the First to Post Answer
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?
How do you give functions private variables that retain their values between calls?
Why we use CGI?
what are the two ways to get private values inside a subroutine or block?
What is the syntax used in Perl grep function?
What are perl array functions?
Explain USE and REQUIREMENT statements?
How will you get the count of parameters passed to a perl subroutine?
What syntax is used for grep() function?
Explain about the applications of perl?
what is perl language?