How to print escaping characters inside a string in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain lists ?
Write a program to show the process of spawning a child process
Why to use perl?
What are the logical operators used for small scale operations?
Explain the difference between die and exit in perl?
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?
Define operators used in perl?
What does delete function do in perl?
You want to empty an array. How would you do that?
What are the advantages of programming in perl?
How to dereference a reference?
Mention the difference between die and exit in Perl?