How to get help for perl?
No Answer is Posted For this Question
Be the First to Post Answer
What?s your favorite module and why?
how to connect cisco switch uisng perl script
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 what is the scalar data and scalar variables in Perl?
Define perl scripting?
Why Perl aliases are considered to be faster than references?
What is perl I used for?
When would you not use Perl for a project?
Explain what is perl language?
what is perl language?
How would you trap error occurred in the perl program/file?
What does last statement do in perl?