Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Including files or modules - Tamil

707 visits



Outline:

Perl programல், fileகள் அல்லது moduleகளை சேர்ப்பது பின்வரும் methodகளை பயன்படுத்தி, Perl fileகள் அல்லது moduleகளை சேர்க்கலாம். 1. do: மற்ற fileகளில் இருந்து source codeஐ, தற்போதைய script fileளுக்குள் இது சேர்க்கிறது. 2. use: இது Perl module fileகளை மட்டுமே சேர்க்கிறது. Codeன் உண்மையான இயக்கத்திற்கு முன்பே, fileகள் சேர்க்கப்படுகின்றன. 3. require: இது Perl programகள் மற்றும் moduleகள் இரண்டையும் சேர்க்கிறது.