Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is 'commit' command in perl?

1143


Distinguish my and local?

1036


What are prefix dereferencer?

998


What is the tk module?

1012


What is the importance of perl warnings?

1228


What does this symbol mean '->'?

1080


What are perl array functions?

1216


Demonstrate subroutines in perl with a simple example.

920


How many loop control keywords are there in perl?

992


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

1051


Explain the arguments for perl interpreter.

1341


What is the easiest way to download the contents of a URL with Perl?

996


If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?

1089


How are parameters passed to subroutines in perl?

1000


How can you replace the characters from a string and save the number of replacements?

962