Data Structures - Hindi
- subtitles off
- captions off
- English
- Hindi
This is a sample video. To access the full content,
please
Login
- Questions posted on Forums
- PERL Tutorials - Hindi
-
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
2241 visits
Outline:
पर्ल 3 प्रकार के डेटा स्ट्रक्चर्स प्रदान करता है। 1. स्केलर (Scalar) यह पर्ल में बुनियादी डेटा स्ट्रक्चर है। यह पर्ल में वेरिएबल्स परिभाषित करने जितना अच्छा है। उदाः $variable = 9; 2. अरै (Array) यह डेटा का एक क्रम संग्रह है। इसमें किसी भी प्रकार के एलिमेंट्स सम्मिलित होते हैं उदाः @array = (1, 5, 6, ‘abc’, 7); 3. हैश (Hash) यह डेटा का एक क्रम-विहीन संग्रह है। यह की-वैल्यू जोड़ी स्ट्रक्चर है। इसमें किसी भी प्रकार के एलिमेंट्स सम्मिलित होते हैं उदाः %hash = ( 'Name' => 'John', 'Department' => 'Finance' );
Width: | 800 | Height: | 600 |
---|---|---|---|
Duration: | 00:08:39 | Size: | 5.1 MB |
Show video info