Arrays - 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
-
1Overview and Installation of PERL
-
2Variables in Perl
-
3Comments in Perl
-
4for for each loops
-
5while do while loops
-
6Conditional statements
-
7More Conditional statements
-
8Data Structures
-
Arrays
-
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
661 visits
Outline:
অ্যারে হল পর্লে উপলব্ধ একরকম ডেটা স্ট্রাকচার পর্লে অ্যারে, যে কোনো ডেটা টাইপের এলিমেন্ট রাখতে পারে পর্লে অ্যারে, এলিমেন্ট জোড়া/সরানোর উপর নির্ভর করে বৃদ্ধি/হ্রাস পায় অ্যারের অন্তিম ইনডেক্স হল: $#array অ্যারের দৈর্ঘ্য এইভাবে গণনা করা যেতে পারে: $#array+1 বা scalar (@array) বা $length = @array অ্যারের এলিমেন্ট এইভাবে সংগৃহীত করা যেতে পারে: $arrayName[indexOfElement] আমরা for এবং foreach লুপ ব্যবহার করে অ্যারের প্রতিটি এলিমেন্ট ইটারেট করতে পারি
Width: | 960 | Height: | 720 |
---|---|---|---|
Duration: | 00:10:39 | Size: | 7 MB |
Show video info