Data Structures - Marathi
- subtitles off
- captions off
- English
- Marathi
This is a sample video. To access the full content,
please
Login
- Questions posted on Forums
- PERL Tutorials - Marathi
-
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
1140 visits
Outline:
पर्ल तीन प्रकारचे डेटा स्ट्रक्चर्स प्रदान करते. 1. स्केलर हा पर्लमधील मूलभूत डेटा स्ट्रक्चर आहे. हे पर्लमधे व्हेरिएबल घोषित करण्याप्रमाणेच आहे. उदाहरणार्थ $variable = 9; 2. ऍरे हा नियमित डेटाचा संच आहे. यात कोणत्याही प्रकारचे घटक असू शकतात. उदाहरणार्थ @array = (1, 5, 6, ‘abc’, 7); 3. हॅश हा अनियमित प्रकारच्या डेटाचा संच असतो. ही की-व्हॅल्यू अशी जोडीने येणारी रचना आहे. यात कोणत्याही प्रकारचे घटक असू शकतात. उदाहरणार्थ %hash = ( 'Name' => 'John', 'Department' => 'Finance' );
Width: | 800 | Height: | 600 |
---|---|---|---|
Duration: | 00:08:40 | Size: | 5.3 MB |
Show video info