How to close a directory in perl?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What does file test operators do in perl?
List all the features of perl programming?
How many ways can we express string in Perl?
What is the purpose of redo statement?
What is perl shift array function?
How can you replace the characters from a string and save the number of replacements?
How to copy a file in perl?
Explain perl one-liner?
Write syntax to use grep function?
How will you open a file in read-only mode in perl?
Write a program to decode the data in the form using cgi programming