Data Structures - 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
-
1Overview and Installation of PERL
-
2Variables in Perl
-
3Comments in Perl
-
4for for each loops
-
5while do while loops
-
6Conditional statements
-
7More Conditional statements
-
Data 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
No questions yet
3682 visits
Outline:
Perl 3 வகை data structureகளை வழங்குகிறது. 1. Scalar PERL ல் இதுதான் அடிப்படை data structure. இது Perl ல் variable ஐ declare செய்வது போன்று சுலபமானது. எ.கா $variable = 9; 2. Array இது data ன் ஒரு ஒழுங்கமைக்கப்பட்ட தொகுப்பு. இது எந்த வகை elementகளையும் கொண்டிருக்கும். எ.கா @array = (1, 5, 6, ‘abc’, 7); 3. Hash இது data ன் ஒரு ஒழுங்கமைக்கப்படாத தொகுப்பு. இது key-மதிப்பு ஜோடி structure. இது எந்த வகை elementகளையும் கொண்டிருக்கும். எ.கா %hash = ( 'Name' => 'John', 'Department' => 'Finance' );
Width: | 800 | Height: | 600 |
---|---|---|---|
Duration: | 00:08:40 | Size: | 5.1 MB |
Show video info