what is the procedure to define a user define module in your
perl application?
Answer Posted / subina
Package Module_name;
require Exporter;
@ISA = qw(list of base classes);
@Export = qw(list of symbols );
#------------code---------------------
#at the end of module
1;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the function of cgiwrap in cgi programming?
What does undef function in perl?
What is the use of now constructor in perl?
What value is returned by a lone `return;’ statement?
What is the use of -t?
What does the’$_’ symbol mean?
What are the steps involved when the cgi program starts running?
What are scalars?
What does perl do in linux?
Write a cgi program to show the header part?
How many types of primary data structures in Perl and what do they mean?
What does cgi program store?
What is the use of -n and -p options?
Enlist the advantages of using c over perl?
What is a perl references?