Write syntax to add two arrays together in perl?
No Answer is Posted For this Question
Be the First to Post Answer
What does init 5 and init 0 do?
What does the q{ } operator do?
What's the difference between /^Foo/s and /^Foo/?
How to code in perl to implement the tail function in unix?
How to determine strings length 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?
I have created a CGI-based page,after entering all the values in to the fields, How to get the output on the web browser using Perl
Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)
What is the difference between module and package?
What is perl programming?
Explain the arguments for perl interpreter.
What does perl do in linux?