Explain gmtime() function in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain tk?
Explain lists in perl?
How do you match one letter in the current locale?
Define dynamic scoping.
What is boolean context?
How to create a package?
write a perl script to find whether a given line of text is starting and ending with same word or not ???
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?
write a script to check whether user enter a value is a leap year or not?
3 Answers Oracle, Persistent, ViPrak,
Write a program that explains the symbolic table clearly.
Write the program to process a list of numbers.
If you want to empty an array then how would you do that?