Explain different types of perl operators.
No Answer is Posted For this Question
Be the First to Post Answer
What is posix in perl?
What is perl unshift array function?
What is the use of now constructor in perl?
Write a program to decode the data in the form using cgi programming
For a situation in programming, how can you determine that Perl is a suitable?
What does perl do in linux?
What are the different string manipulation operators 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?
Explain 'grep' function.
How to determine strings length in perl?
What are the functions that can be performed using cgi program?
Explain strftime() function in perl?