More Conditional statements - Tamil
- subtitles off
- captions off
- English
- Tamil
This is a sample video. To access the full content,
please
Login
- Questions posted on Forums
- PERL Tutorials - Tamil
-
error regarding switch program.
Can't locate Switch.pm in @INC (you may need to install the Switch module) (@INC contains: C:/Perl64/site/lib C:/Perl64/lib) at sampleswitch.pl line 2.BEGIN failed--compilation aborted at sampleswitch.pl line 2.code:#!/usr/bin/perluse Switch;$var = 'Linux';switch ($var) { case 'Perl' {print "I am Perl\n";} case 'Java' {print "I am Java\n";} case 'Linux' {print "I am Linux\n";} else {print "I am not a computer language\n";}}
06-07M 40-50S Sakshi@20
Answer last updated on: April 12, 2025, 11:02 p.m.
-
1Overview and Installation of PERL
-
2Variables in Perl
-
3Comments in Perl
-
4for for each loops
-
5while do while loops
-
6Conditional statements
-
More Conditional statements
-
8Data Structures
-
9Arrays
-
10Array functions
-
11Hash in Perl
-
12Functions in Perl
-
13Blocks in Perl
-
14Access Modifiers in PERL
-
15Referencing and Dereferencing
-
16Special Variables in PERL
-
17File Handling
-
18Exception and error handling in PERL
-
19Including files or modules
-
20Sample PERL program
-
21Perl Module Library (CPAN)
-
22Downloading CPAN module
-
23Perl and HTML
Questions posted on ST Forums:
711 visits
Outline:
if-elsif-else conditional statement குறிப்பிட்ட condition ஐ சோதிக்க பயன்படுகிறது. உண்மை எனில் அதற்கான தொகுதியை இயக்குகிறது. else எனில் முன்னிருப்பு else தொகுதியை இயக்குகிறது. switch என்பது conditional case statement. பூர்த்தியடையும் case இயக்கப்படுகிறது இல்லையெனில் முன்னிருப்பு case இயக்கப்படுகிறது.
Width: | 960 | Height: | 720 |
---|---|---|---|
Duration: | 00:11:06 | Size: | 6.8 MB |
Show video info