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 the different between array and hash in perl programming?

883


Why aren't Perl's patterns regular expressions?

1099


Explain goto label?

879


What are the different ways to run cgi?

920


How to change a directory in perl?

895


Explain the default scope of variables in perl?

882


What is the difference between perl array and perl hash?

990


List the data types that Perl can handle?

973


How can I display all array element in which each element will display on next line in perl ?

878


What are the options that can be used to avoid logic errors in perl?

912


Write syntax to add two arrays together in perl?

882


How we can navigate the xml documents?

941


Differentiate between arrays and list in perl.

951


Explain a tell function in perl?

925


What is lexical variable in perl?

888