Data Structures - Malayalam
- subtitles off
- captions off
- English
- Malayalam
This is a sample video. To access the full content,
please
Login
- Questions posted on Forums
- PERL Tutorials - Malayalam
-
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
588 visits
Outline:
പേൾ 3 ടൈപ്പ് ടാറ്റ സ്റ്റ്സർസ് തരുന്നു . 1. Scalar ഇത് PERL.ലെ ബേസിക് ടാറ്റ സ്റ്റ്സർ ആണ് ഇത് പേൾ ലെ വ്രിബ്ലേസ് പറയുന്നത് പോലെ നല്ലതാണു e.g $variable = 9; 2. Array ഇത് ഡാറ്റ കളുടെ ഓർഡർ ആയുള്ള കളക്ഷൻ ആണ് ഇത് ഏത് ടൈപ്പ് കളുടെയും എലമെന്റ് അടങ്ങിയിരിക്കുന്നു . e.g @array = (1, 5, 6, ‘abc’, 7); 3. Hash ഇത് ഡാറ്റ കളുടെ ഓർഡർഇല്ലാതെയുള്ള കളക്ഷൻ ആണ് ഇത് കീ -വാല്യൂ പെയർ സ്റ്റ്സർ ആണ് ഇത് ഏത് ടൈപ്പ് കളുടെയും എലമെന്റ് അടങ്ങിയിരിക്കുന്നു .. e.g %hash = ( 'Name' => 'John', 'Department' => 'Finance' );
Width: | 800 | Height: | 600 |
---|---|---|---|
Duration: | 00:08:40 | Size: | 4.9 MB |
Show video info