How to compare two strings in perl?


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

Post New Answer

More CGI Perl Interview Questions

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 perl array functions?

0 Answers  


Explain the difference between my and local?

2 Answers  


What does next statement do in perl?

0 Answers  


Explain perl one-liner?

0 Answers  






How to read a single line from a file in perl?

0 Answers  


Create a function that is only available inside the scope where it is defined ?

0 Answers  


What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?

0 Answers  


What is boolean context?

0 Answers  


Explain chomp, chop, cpan, tk.

0 Answers  


Differentiate between arrays and list in perl.

0 Answers  


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

0 Answers  


Categories