What are prefix dereferencer? List them.
No Answer is Posted For this Question
Be the First to Post Answer
Write a simple regular expression to match an IP address, e-mail address, city-state-zipcode combination.
How many types of variable in perl?
what are steps to do to lock the sony ericsson mobile with password?
what is Perl one liner?
Enlist the advantages of using c over perl?
Can you add two arrays together?
How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?
What are the logical operators used for small scale operations?
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 ivalue in perl?
Which guidelines by Perl modules must be followed?
how to search a unique pattern in a file by using perl hash map function ??? plz answer me