There is no strict data types in perl unlike in other high
level languages like Java so wouldn't that be a problem if a
code in perl is to be a written by a big team of 20+
members ?"


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

Post New Answer

More CGI Perl Interview Questions

You want to read command-line arguements with perl. How would you do that?

0 Answers  


Write the program to process a list of numbers.

0 Answers  


What are the two ways to get private values inside a subroutine?

0 Answers  


What is the difference between having a parenthesis after module name and without parenthsis after module name?? i.e Package::Module(); and Package::Module;

1 Answers  


What does this symbol mean '->'?

0 Answers  


Which functions in perl allows you to include a module file. State their differences.

0 Answers  


Give an example of using the -n and -p option.

0 Answers  


What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?

0 Answers  


How many ways can we express string in Perl?

0 Answers  


How can you define “my” variables scope in Perl and how it is different from “local” variable scope?

0 Answers  


What elements of the Perl language could you use to structure your code to allow for maximum re-use and maximum readability?

1 Answers  


what are prefix dereferencer and list them out?

0 Answers  


Categories