What are the two ways to get private values inside a subroutine?
No Answer is Posted For this Question
Be the First to Post Answer
what r the different type of function in perl ???
What is perl scripting?
Which has highest precedence in between list and terms? Explain?
Explain the arguments for perl interpreter.
how to install a package in perl ????
how to get back up from private character editor which is saved in the format of .udf
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?
How to read from a pipeline with Perl
Create a function that is only available inside the scope where it is defined ?
Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.
Why do you program in Perl?
What is a chop() function in perl?