What are different data types that perl supports. Elaborate on them.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

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?

1 Answers   A1 Technology,


what is the difference b/w coldfusion MX 6 and Coldfusion MX 7?

1 Answers  


Explain ivalue?

0 Answers  


Explain what is STDIN, STDOUT and STDERR?

0 Answers  


how to install a package in perl ????

2 Answers  






Explain returning values from subroutines?

0 Answers  


What is posix in perl?

0 Answers  


Explain lists and ivalue?

0 Answers  


Explain the difference between die and exit in perl?

0 Answers  


What does undef function in perl?

0 Answers  


Explain the various characteristics of perl.

0 Answers  


What are some common methods to all handles in perl?

0 Answers  


Categories