Data Structures - Gujarati
- subtitles off
- captions off
- English
- Gujarati
This is a sample video. To access the full content,
please
Login
- Questions posted on Forums
- PERL Tutorials - Gujarati
-
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
1915 visits
Outline:
Outline: પર્લ ત્રણ પ્રકારના ડેટા સ્ટ્રક્ચર ધરાવે છે. 1. સ્કેલર આ પર્લમા મૂળભૂત સ્ટ્રક્ચર છે. પર્લમા વેરીએબલ ડીફાઈન કરવું સરળ છે. ઉદાહરણ $variable = 9; 2. એરે આ ક્રમનું કલેશન ડેટા છે. આ કોઈ પણ પ્રકારના એલિમેન્ટ ધરાવે છે. ઉદાહરણ @array = (1, 5, 6, ‘abc’, 7); 3. હેશ આ ડેટા કલેક્શન ક્રમ મા નથી હોતા. hash મા Key એ વિશિષ્ટ છે. આ કોઈ પણ પ્રકારના એલિમેન્ટ ધરાવે છે. e.g %hash = ( 'Name' => 'John', 'Department' => 'Finance' );
Width: | 800 | Height: | 600 |
---|---|---|---|
Duration: | 00:08:39 | Size: | 5.3 MB |
Show video info