Topic :: CGI Perl





CGI Perl Interview Questions
Questions Answers Views Company eMail

Explain which feature of PERL provides code reusability?

720

What interface used in PERL to connect to database? How do you connect to database in Perl?

527

what is Polymorphism in Perl?

532

What is the syntax used in Perl grep function?

581

Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.

534

Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)

613

Mention the difference between die and exit in Perl?

650

How many types of operators are used in the Perl?

576

In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?

581

Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?

680

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

622

Explain what is the scalar data and scalar variables in Perl?

557

How many types of primary data structures in Perl and what do they mean?

838

typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

703

Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

612




Related Topics


Un-Answered Questions { CGI Perl }

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category