Difference between revisions of "PERL/C2/Overview and Installation of PERL/English"
(Created page with ''''Title Of Script: PERL Overview and Installing Perl on WIndows and Linux''' '''Author:''' Amol Brahmankar '''Keywords: '''PERL Overview,''' '''Installing Perl video tutorial,…') |
PoojaMoolya (Talk | contribs) |
||
Line 8: | Line 8: | ||
{| style="border-spacing:0;" | {| style="border-spacing:0;" | ||
− | | style="border-top:0.0007in solid #000000;border-bottom:0.0007in solid #000000;border-left:0.0007in solid #000000;border-right:none;padding:0.0382in;"| <center>'''Visual | + | | style="border-top:0.0007in solid #000000;border-bottom:0.0007in solid #000000;border-left:0.0007in solid #000000;border-right:none;padding:0.0382in;"| <center>'''Visual Cue'''</center> |
| style="border:0.0007in solid #000000;padding:0.0382in;"| <center>'''Narration'''</center> | | style="border:0.0007in solid #000000;padding:0.0382in;"| <center>'''Narration'''</center> | ||
Latest revision as of 12:57, 17 June 2014
Title Of Script: PERL Overview and Installing Perl on WIndows and Linux
Author: Amol Brahmankar
Keywords: PERL Overview, Installing Perl video tutorial, Perl on Windows, Perl on Ubuntu Linux.
|
|
Slide | Welcome to the spoken tutorial on
|
Slide: Learning Objectives | In this tutorial, I'll take you through
|
Slide: System Requirements | For this tutorial,
For demonstration purpose, I will be using Ubuntu Linux12.04 and Windows 7 operating system. |
Slide: Prerequisites | For Ubuntu Linux installation, you must have Synaptic Package Manager installed on your system.
And you must also have knowledge of using Terminal and Synaptic Package Manager in Ubuntu. If not, please see the Linux series available on the spoken tutorial website. |
Let me give you an overview of PERL Language. | |
Slide | * PERL is an acronym which stands for Practical Extraction and Reporting Language.
|
Slide | * It does not have complex data structures like C or JAVA.
|
Slide
Installing PERL on Ubuntu 12.04 Operating System |
PERL comes pre-loaded on Ubuntu Linux 12.04 OS.
|
Let us check the installed version of PERL on Ubuntu 12.04.
| |
Press CTRL+ALT+T keys | Open the terminal by pressing ctrl + alt + t simultaneously on the keyboard. |
Type perl -v >> Press Enter | Then, type perl hyphen v
|
Highlight output on terminal. | You will get an output as displayed here, on the terminal.
|
Let us check the default PERL packages available on Ubuntu 12.04. | |
Go to the launcher bar>> Click on Dash Home. | Let's go to the launcher bar and click on Dash Home. |
Type Synaptic in the search bar | In the search bar, type Synaptic. |
Click on Synaptic Package Manager icon. | Synaptic Package Manager icon will be visible.
Click on it. |
Enter admin password >> click on Authenticate. | You will be prompted for your admin password, for Authentication purposes.
|
Immediately, Synaptic Package Manager will load the package list.
| |
Type Perl in Quick Filter. | Once loaded, type Perl in Quick Filter.
|
Point to the green color solid-filled checkboxes | The green color solid-filled checkbox before a PERL package indicates that it is already installed. |
Point to checkboxes with star marks | Whereas checkboxes with star marks, indicate that you may need these packages, as well.
|
Install any of the missing packages, depending on your future use of PERL. | |
<<PAUSE>> | |
Let us now go through the steps to install PERL on Windows Operating System. | |
Slide
Installing PERL on Windows Operating System |
* At the time of recording the Perl tutorials, version 5.14.2 was available in Windows.
|
On the browser>> in the address bar, type the URL | Open the any web browser in your Windows machine and in the address bar, type the URL as shown. |
New webpage opens. | You will be directed to the download page of PERL. |
Point to 32 bit version of PERL. | Select the download version, as per your system specifications.
|
Point to Save button. | Save the Perl msi file on your computer in a location of your choice.
|
Go to the saved folder>> doubleclick on the msi file. | Open the folder where you have downloaded PERL msi file and double-click on it. |
Click on Run | Then click on Run in the pop-up window. |
Click on Next | Click on Next in the setup wizard window. |
Click on Agree>> click on Next. | Accept the License Aggrement when prompted and then click on Next. |
Now, Custom Setup window will appear.
| |
Point to each one as per narration | These are;
|
Click on Next | Keep all these default features and click on Next. |
Point to the checkbox. | A popup window for setting environmental variable and file extension will appear.
|
Click on Next >> Install. | Click on Next and then Install. |
This will start the installation of PERL.
| |
Uncheck the Display Release Note checkbox >> click on Finish. | Once done, uncheck the Display Release Note checkbox and then click on Finish. |
This completes the installation of PERL on Windows. | |
.<PAUSE>
| |
Click on Start menu >> Type cmd | Go to Start menu and type cmd to open the command prompt. |
Type perl space hyphen v
|
On the command prompt,
type perl space hyphen v
|
You will see the installed version of PERL. | |
If it doesn't show the version, repeat the above installation steps once again. | |
<PAUSE>
| |
In the command prompt window >> type cd users\Amol | I had saved the file in users\Amol directory on my system. So, let's go there by typing.
|
Type perl sampleProgram.pl
|
Then type perl sampleProgram.pl
|
Hello Perl will get printed on the command prompt, as shown.
| |
Slide: Summary | Let us summarize.
In this tutorial, we have learrnt:
|
About the Project | Watch the video available at the following link
download and watch it |
Spoken Tutorial Workshops | The Spoken Tutorial Project Team
test
contact at spoken hyphen tutorial dot org |
Acknowledgment | Spoken Tutorial Project is a part of the Talk to a
Teacher project
Education through ICT, MHRD, Government of India.
spoken hypen tutorial dot org slash NMEICT hyphen Intro |
Hope you enjoyed this Perl tutorial.
This is Amol Brahmankar signing off.
|