Data Structures - Bengali
Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Subtitles
- subtitles off
Captions
- captions off
- English
- Bengali
Chapters
This is a sample video. To access the full content,
please
Login
- Questions posted on Forums
- PERL Tutorials - Bengali
-
1
Overview and Installation of PERL -
2
Variables in Perl -
3
Comments in Perl -
4
for for each loops -
5
while do while loops -
6
Conditional statements -
7
More Conditional statements -
Data Structures -
9
Arrays -
10
Array functions -
11
Hash in Perl -
12
Functions in Perl -
13
Blocks in Perl -
14
Access Modifiers in PERL -
15
Referencing and Dereferencing -
16
Special Variables in PERL -
17
File Handling -
18
Exception and error handling in PERL -
19
Including files or modules -
20
Sample PERL program -
21
Perl Module Library (CPAN) -
22
Downloading CPAN module -
23
Perl and HTML
No questions yet
2369 visits
Outline:
পর্ল 3 ধরনের ডেটা স্ট্রাকচার 3 ধরনের প্রদান করে 1. Scalar এটি হল পর্লে মৌলিক ডেটা স্ট্রাকচার এটি পর্লে ভ্যারিয়েবল সংজ্ঞায়িত করার মত সহজ উদাহরণস্বরূপ $variable = 9; 2. Array এটি হল নির্দিষ্ট ডেটার সংগ্রহ এতে যেকোনো ধরনের এলিমেন্ট থাকে উদাহরণস্বরূপ @array = (1, 5, 6, ‘abc’, 7); 3. Hash এটি হল অনির্দিষ্ট ডেটার সংগ্রহ এটি key-value pair স্ট্রাকচার এতে যেকোনো ধরনের এলিমেন্ট থাকে উদাহরণস্বরূপ %hash = ( 'Name' => 'John', 'Department' => 'Finance' );
| Width: | 800 | Height: | 600 |
|---|---|---|---|
| Duration: | 00:08:40 | Size: | 5.3 MB |
Show video info

