توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : بسته ي اموزشي Perl
ramin1800
10-12-2007, 02:21 PM
سلام اين هم بسته ي اموزشي PERL كه هر روز تعدادي از فيلمهاشو توي همين تايپيك ميگذارم اين فيلمها حجمشون كمه و من چندتاشو دانلود كردم زير يك مگابايت بود صدا هم داره! ولي زبانش انگليسي هست و بايد listening تون قوي باشه البته آرام حرف ميزنه و قابله دركه
كل شون هم رو هم ميشه هفت و نيم ساعت
اين فيلمها توي windows media player تصوير ندارند ولي توي پلير هاي ديگه مثل QuickTime و
Real Player و jetAudio كامل نشون ميده
موفق باشيد و انشاالله بدردتون بخوره
منبع : aria-security.org
Perl Video Tutorial
Author - Joshua Mostafa
Total Time - 7.5 Hours
Concepts
Welcome: what is Perl?:
[Only registered and activated users can see links]
_______
Perl and the Web:
[Only registered and activated users can see links]
------------------
Static Web content:
[Only registered and activated users can see links]
----------------------
Dynamic Web content:
[Only registered and activated users can see links]
-----------------------
What you'll need: 1
[Only registered and activated users can see links]
------------------
What you'll need: 2
[Only registered and activated users can see links]
-------------------
Your first script: 'hello world':
[Only registered and activated users can see links]
-------------------
Running your first script on a web server:
[Only registered and activated users can see links]
ramin1800
10-12-2007, 06:55 PM
First Steps
=======
Program flow
[Only registered and activated users can see links]
---------------------------
Variables
[Only registered and activated users can see links]
---------------------------
Strings and quotes
[Only registered and activated users can see links]
---------------------------
More about strings
[Only registered and activated users can see links]
---------------------------
Basic operators
[Only registered and activated users can see links]
---------------------------
Combined operators
[Only registered and activated users can see links]
---------------------------
More combined operators
[Only registered and activated users can see links]
ramin1800
10-12-2007, 07:04 PM
Data Types
=======
Scalars
[Only registered and activated users can see links]
---------------------------
Working with arrays
[Only registered and activated users can see links]
---------------------------
More about arrays
[Only registered and activated users can see links]
---------------------------
Array functions
[Only registered and activated users can see links]
---------------------------
More array functions
[Only registered and activated users can see links]
---------------------------
Multidimensional arrays
[Only registered and activated users can see links]
---------------------------
Taking elements out of arrays
[Only registered and activated users can see links]
---------------------------
More array manipulation
[Only registered and activated users can see links]
---------------------------
Working with hashes
[Only registered and activated users can see links]
---------------------------
Extracting data from hashes
[Only registered and activated users can see links]
---------------------------
Multidimensional hashes
[Only registered and activated users can see links]
---------------------------
Now you try: Data Types
[Only registered and activated users can see links]
ramin1800
10-12-2007, 07:05 PM
Making Choices
==========
Introducing conditionals
[Only registered and activated users can see links]
--------------
Conditional operators
[Only registered and activated users can see links]
-------------
Conditional blocks
[Only registered and activated users can see links]
---------------
The equality operator
[Only registered and activated users can see links]
----------------
String comparison operators
[Only registered and activated users can see links]
---------------
'else' clauses
[Only registered and activated users can see links]
----------------
The 'elsif ladder'
[Only registered and activated users can see links]
----------------
Logical operators
[Only registered and activated users can see links]
---------------
Nested conditionals
[Only registered and activated users can see links]
------------------
Now you try: Choices
[Only registered and activated users can see links]
ramin1800
10-12-2007, 07:23 PM
Loops and Control Structures
==================
Repetition: the 'while' loop
[Only registered and activated users can see links]
---------------------------
Using the 'while' loop
[Only registered and activated users can see links]
---------------------------
The 'do..while' loop
[Only registered and activated users can see links]
---------------------------
Iteration: the 'for' loop
[Only registered and activated users can see links]
---------------------------
Looping over an array
[Only registered and activated users can see links]
---------------------------
Nested loops
[Only registered and activated users can see links]
---------------------------
The 'foreach' loop
[Only registered and activated users can see links]
---------------------------
Now you try: Loops
[Only registered and activated users can see links]
ramin1800
10-12-2007, 07:23 PM
Strings and Pattern Matching
===================
Extracting a substring
[Only registered and activated users can see links]
---------------------------
Locating a substring: 1
[Only registered and activated users can see links]
---------------------------
Locating a substring: 2
[Only registered and activated users can see links]
---------------------------
Changing case
[Only registered and activated users can see links]
---------------------------
Here-document style strings
[Only registered and activated users can see links]
---------------------------
Introducing regular expressions
[Only registered and activated users can see links]
---------------------------
Matching simple patterns
[Only registered and activated users can see links]
---------------------------
Case-insensitive pattern matching
[Only registered and activated users can see links]
---------------------------
Matching globally
[Only registered and activated users can see links]
---------------------------
Wildcards
[Only registered and activated users can see links]
---------------------------
Character sets: 1
[Only registered and activated users can see links]
---------------------------
Character sets: 2
[Only registered and activated users can see links]
---------------------------
Quantifiers
[Only registered and activated users can see links]
---------------------------
Using quantifiers: 1
[Only registered and activated users can see links]
---------------------------
Using quantifiers: 2
[Only registered and activated users can see links]
---------------------------
Alternation
[Only registered and activated users can see links]
---------------------------
Subpatterns: 1
[Only registered and activated users can see links]
---------------------------
Subpatterns: 2
[Only registered and activated users can see links]
---------------------------
Greedy vs non-greedy quantifiers
[Only registered and activated users can see links]
---------------------------
Examples of non-greedy matching
[Only registered and activated users can see links]
---------------------------
Replacing using patterns
[Only registered and activated users can see links]
---------------------------
Subpattern replacement: 1
[Only registered and activated users can see links]
---------------------------
Subpattern replacement: 2
[Only registered and activated users can see links]
---------------------------
Now you try: Strings
[Only registered and activated users can see links]
ramin1800
10-12-2007, 07:40 PM
Interacting With The Filesystem
====================
Reading from a file
[Only registered and activated users can see links]
---------------------------
Writing to a file: 1
[Only registered and activated users can see links]
---------------------------
Writing to a file: 2
[Only registered and activated users can see links]
---------------------------
Writing to a file: 3
[Only registered and activated users can see links]
---------------------------
Reading a file's contents at once
[Only registered and activated users can see links]
---------------------------
Changing the default output filehandle
[Only registered and activated users can see links]
---------------------------
Reading user input from the command line
[Only registered and activated users can see links]
---------------------------
An interactive shell script
[Only registered and activated users can see links]
---------------------------
Refining the script: 1
[Only registered and activated users can see links]
---------------------------
Refining the script: 2
[Only registered and activated users can see links]
---------------------------
The script complete
[Only registered and activated users can see links]
---------------------------
Working with directories
[Only registered and activated users can see links]
---------------------------
Changing the current working directory
[Only registered and activated users can see links]
---------------------------
Running executable files: 1
[Only registered and activated users can see links]
---------------------------
Running executable files: 2
[Only registered and activated users can see links]
---------------------------
Command-line arguments
[Only registered and activated users can see links]
---------------------------
Now you try: Interacting with Filesystems
[Only registered and activated users can see links]
ramin1800
10-12-2007, 07:41 PM
CGI
===
Running a CGI script on 'localhost'
[Only registered and activated users can see links]
---------------------------
Checking errors
[Only registered and activated users can see links]
---------------------------
Uploading your script: 1
[Only registered and activated users can see links]
---------------------------
Uploading your script: 2
[Only registered and activated users can see links]
---------------------------
Environment variables: 1
[Only registered and activated users can see links]
---------------------------
Environment variables: 2
[Only registered and activated users can see links]
---------------------------
Serving HTML
[Only registered and activated users can see links]
---------------------------
The query string
[Only registered and activated users can see links]
---------------------------
Accessing GET variables
[Only registered and activated users can see links]
---------------------------
Handling URL-encoded characters
[Only registered and activated users can see links]
---------------------------
Using HTML forms
[Only registered and activated users can see links]
---------------------------
Reading POST data
[Only registered and activated users can see links]
---------------------------
Now you try: CGI
[Only registered and activated users can see links]
ramin1800
10-12-2007, 07:42 PM
Intermediate Coding Techniques
====================
Reusing code
[Only registered and activated users can see links]
---------------------------
Subroutines
[Only registered and activated users can see links]
---------------------------
Arguments
[Only registered and activated users can see links]
---------------------------
Returning a value
[Only registered and activated users can see links]
---------------------------
Explicit returns
[Only registered and activated users can see links]
---------------------------
Variable scope
[Only registered and activated users can see links]
---------------------------
Modules and Packages: 1
[Only registered and activated users can see links]
---------------------------
Modules and Packages: 2
[Only registered and activated users can see links]
ramin1800
10-12-2007, 07:42 PM
Database Interactivity
===============
Perl and databases
[Only registered and activated users can see links]
---------------------------
Connection handles
[Only registered and activated users can see links]
---------------------------
Statement handles
[Only registered and activated users can see links]
---------------------------
Running the script
[Only registered and activated users can see links]
---------------------------
Using placeholders in SQL
[Only registered and activated users can see links]
---------------------------
Now you try: Database Interactivity
[Only registered and activated users can see links]
پايان======================================== ====finish
Sha2ow
10-13-2007, 02:35 AM
خیلی خوب thumbsup
ramin1800
10-13-2007, 11:13 AM
اصلا قابل نداره
ramin1800
10-24-2007, 03:20 PM
تو اينترنت ديدم كه طرف اين فيلمها رو دانلود كرده و با دو تا ايبوك به اسم خودش تموم كرده و داره ميفروشه....قدر اشيانه رو بدونيد
gha3m
09-01-2011, 09:10 PM
سلام
آقا این سری آموزش perl رو من خیلی می خوام اما منقضی شده
می خواستم اگه می شه و زحمتی نیست به روزرسانیشون کنی
خواستم پیام خصوصی بدم که....
ممنون
rude bOy
03-10-2012, 01:00 PM
سلام همگي... اگه ميشه اين تاپيك رو زنده كنين، هيچكدوم از لينكها كار نميكنن!!!!!!!!!!!!! خواهشن بررسي كنيد، لازم دارم :(
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.