What is warn function in perl?


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

Post New Answer

More CGI Perl Interview Questions

Explain a tell function in perl?

0 Answers  


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?

2 Answers  


How can memory be managed in Perl?

0 Answers  


what r the different type of function in perl ???

1 Answers   ABC, Symphony,


List the data types that Perl can handle?

0 Answers  


How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?

4 Answers  


List all the features of perl programming?

0 Answers  


Explain use of ‘my’ keyword in perl?

0 Answers  


What does next statement do in perl?

0 Answers  


What is the difference between single (') and double (") quote in a string in perl?

0 Answers  


What can be done for efficient parameter passing in perl? Explain.

0 Answers  


What are the characteristics of a project that is well suited to Perl?

1 Answers  


Categories