What is the use of now constructor in perl?
No Answer is Posted For this Question
Be the First to Post Answer
What is -> symbol 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?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
Explain split function in perl?
What are the advantages and disadvantages of perl language?
What are prefix dereferencer? List them.
What is warn function in perl?
What is it meants by '$_'?
What are the reasons that cookie server can’t handle multiple connections?
How and what are closures implemented in perl?
Show the use of sockets for the server and client side of a conversation?
Mention what is cpan?