Difference between revisions of "PERL/C3/Special-Variables-in-PERL/Gujarati"

From Script | Spoken-Tutorial
Jump to: navigation, search
Line 142: Line 142:
 
|-
 
|-
 
|03:22
 
|03:22
|This program will return the maximum value between two numbers.
+
| આ પ્રોગ્રામ બે નંબરસ ના વચ્ચેની અધિક્તમ વેલ્યુને રીટર્ન કરે છે. '''@_ (At the rate underscore)''' એ એક લોકલ એરે છે  જે બંને આઉગ્યુંમેન્ટ  '''dollar 'a' comma dollar 'b'''  ને સંગ્રહિત કરે છે.
'''@_ (At the rate underscore)''' is a '''local''' array which stores the two arguments, dollar 'a' comma dollar 'b'.
+
  
 
|-
 
|-
 
|03:35
 
|03:35
|That is, it is stored under '''dollar underscore index of zero'''  and '''dollar underscore index of one'''
+
| એટલેકે  આ '''dollar underscore index of zero'''  અને  '''dollar underscore index of one''' માં સંગ્રહ થાય છે.
  
 
|-
 
|-
 
|03:43
 
|03:43
|The '''print''' statement prints the maximum of the two given numbers.
+
| પ્રિન્ટ સ્ટેટમેન્ટ બે આપલે નંબરસ નું મહતમ પ્રિન્ટ કરે છે.
  
 
|-
 
|-
 
|03:47
 
|03:47
|Press''' Ctrl+S''' to '''save''' the file.
+
| ફાઈલને સેવ કરવા માટે ''' Ctrl+S''' દબાવો.
  
 
|-
 
|-
 
| 03:51
 
| 03:51
| Switch to the''' terminal''' and execute the '''Perl '''script by typing '''perl special dot pl''' and press''' Enter'''.
+
| ટર્મિનલ પર જાવ અને '''perl special dot pl''' ટાઈપ કરીને પર્લ સ્ક્રીપ્ટને એક્ઝીક્યુટ કરો.  અને એન્ટર દબાવો.
  
 
|-
 
|-
 
|03:58
 
|03:58
|The maximum value is displayed as output. Let’s move on.
+
| મહત્તમ વેલ્યુ આઉટપુટની જેમ દેખાય છે. ચાલો આગળ વધીએ.
  
 
|-
 
|-
 
|04:02
 
|04:02
|'''Environment variables '''are represented by '''percentage (%) '''followed by capital 'ENV'.
+
|'''Environment variables ''' '''percentage (%) ''' પછી થી  ''' capital ENV''' થી રજુ કરવા માં આવે છે.
 
+
 
|-
 
|-
 
|04:10
 
|04:10
|'''Environment variables '''contain a copy of the current '''environment variables, '''such as the following.
+
|'''Environment variables ''' વર્તમાન '''environment variables, ''' ની કોઈ ધરાવે છે જમકે નીચેઆપેલ.  
 +
 
  
 
|-
 
|-

Revision as of 12:51, 20 January 2016

Time
Narration
00:01 પર્લ માં special variables in ના સ્પોકન ટ્યુટોરીયલમાં સ્વાગત છે.
00:04 આ ટ્યુટોરીયલમાં આપણે આપણે શીખીશું:
  • Global special variables
  • Special command line variables
  • Global special constants.
00:13 આ ટ્યુટોરીયલ માટે હું ઉપયોગ કરી રહી છું:
  • Ubuntu Linux 12.04 operating system
  • Perl 5.14.2 અને
  • gedit Text Editor.

તમે તમારી પસંદગી અનુસાર કોઈ પણ ટેક્સ્ટ એડિટર વાપરી શકો છો.

00:27 પૂર્વજરૂરિયાત અનુસાર તમને Perl પ્રોગ્રામિંગ વિષે સામાન્ય જાણકારી હોવી જોઈએ.
00:32 જો નથી તો સ્પોકન ટ્યુટોરિયલ વેબ સાઈટ પર ઉપલબ્ધ Perl ટ્યુટોરિયલ જુઓ.
00:38 special variables શું છે ?
00:41 Special variables પૂર્વવ્યાખ્યાયિત વેરીએબલ હોય છે જે પર્લ માં એક વિશેષ અર્થ ધરાવે છે.
00:46 આને ઉપયોગ કરવાના પહેલા ઈનીશીલાઈઝ કરવાની જરૂરિયાત નથી.
00:50 searches, environment variables અને flags to control આ debugging ને નિયંત્રિત કરવા ના માટે searches, environment variables અને flags રાખવા માં મદદ કરે છે.
00:58 પ્રથમ આપણે Global special variables. વિષે શીખીશું.
01:02 '$_': (Dollar Underscore). આ વ્યાપક રીતે વપરાતો special variable છે.
01:06 $_ - Dollar Underscore ઘણા ફંકશન અને પેટર્નને શોધવા વાળા સ્ટ્રીંગના માટે ડીફોલ્ટ પેરામીટર છે.


01:14 હવે એક સેમ્પલ પ્રોગ્રામ ઉપયોગ કરવા માટે '$_' (Dollar Underscore) ના વેરીએબલના ઉપયોગ ને સમઝીએ.
01:20 મેં પહેલાથી બનાવેલ special dot pl file ખોલીશ.
01:26 ટર્મિનલ પર જાવ અને ટાઈપ કરો: gedit special dot pl ampersand અને Enter. દબાવો.
01:32 special dot pl ફાઈલ હવે gedit માં ખુલે છે. સ્ક્રીન પર પ્રદશિત આપેલની જેમ કોડ ટાઈપ કરો. હવે હું કોડ સમજાવું.
01:42 અહી બે foreach લૂપ્સ છે. આ બંને foreach લૂપ્સ સમાન એક્ઝીક્યુટ પરિણામ આપશે.
01:49 લૂપના પ્રત્યેક ઈટરેશન માં વર્તમાન સ્ટ્રીંગ '$_' માં રાખવા માં આવે છે.
01:54 And it is used by the print statement, by default. $_ (Dollar Underscore) saves the use of one extra variable $color. અને આ મૂળભૂત રીતે પ્રિન્ટ સ્ટેટમેન્ટ દ્વારા ઉપયોગ કરવા માં આવે છે. $_ (Dollar Underscore) એક વધુ વેરીએબલ $color ના ઉપયોગ ને સેવ કરે છે.
02:03 ફાઈલ ને સેવ કરવા માટે Ctrl+S દબાવો.
02:06 પછી ટર્મિનલ પર જાવ અને Perl સ્ક્રીપ્ટને એક્ઝીક્યુટ કરવા માટે ટાઈપ કરો perl special dot pl અને એન્ટર દબાવો.
02:13 અહી બંને foreach લૂપ્સ સમાન આઉટપુટ આપે છે.
02:18 હવે '$_' (Dollar Underscore) વેરીએબલ કેવી રીતે અસ્પષ્ટ છે આ પ્રદશિત કરવા માટે એક અન્ય ઉદાહરણ જોઈએ.special dot pl file પર પાછા જઈએ
02:27 સ્ક્રીન પર પ્રદશિત કોડનો ભાગ ટાઈપ કરો.
02:30 આ પ્રોગ્રામ લાઈન બી લાઈન "first.txt" લ ફાઈલ ને વાંચે છે. પછી આ પૂર્ણ ડેટા ફાઈલ ને બધી લાઈન વાચવા સુધી લૂપ કરે છે.
02:40 print $_ વેરીએબલ first.txt ફાઈલ થી વર્તમાન લાઈનની વિષયવસ્તુ ને પ્રિન્ટ કરે છે. 'while' લૂપમાં $_ નો ઉપયોગ અસ્પષ્ટ હોય છે.
02:51 આ વિશે વધુ આપણે ભવિષ્યના યુટોરીયલમાં જોશું.
02:55 At the rate underscore આ સ્પેસિલ વેરીએબલ છે જે subroutine parameters. ને સંગ્રહિત કરવા માટે ઉપયોગી થાય છે
03:01 Arguments for a subroutine ના આર્ગ્યુંમેન્ટ array વેરીએબલમાં સંગ્રહિત થાય છે.
03:06 એરે ઓપરેશન pop/shift આ વેરીએબલ પર કરવામાં આવી શકે છે જેમ આપણે સામાન્ય એરેસ માં કરીએ છીએ.
03:13 હું આના માટે ઉદાહરણ બતાવીશ હવે આપણે એક વખત ફરીથી special dot pl file પર પાછા જઈશું.
03:19 સ્ક્રીન પર પ્રદશિત આપેલની જેમ કોડ ટાઈપ કરો.
03:22 આ પ્રોગ્રામ બે નંબરસ ના વચ્ચેની અધિક્તમ વેલ્યુને રીટર્ન કરે છે. @_ (At the rate underscore) એ એક લોકલ એરે છે જે બંને આઉગ્યુંમેન્ટ dollar 'a' comma dollar 'b ને સંગ્રહિત કરે છે.
03:35 એટલેકે આ dollar underscore index of zero અને dollar underscore index of one માં સંગ્રહ થાય છે.
03:43 પ્રિન્ટ સ્ટેટમેન્ટ બે આપલે નંબરસ નું મહતમ પ્રિન્ટ કરે છે.
03:47 ફાઈલને સેવ કરવા માટે Ctrl+S દબાવો.
03:51 ટર્મિનલ પર જાવ અને perl special dot pl ટાઈપ કરીને પર્લ સ્ક્રીપ્ટને એક્ઝીક્યુટ કરો. અને એન્ટર દબાવો.
03:58 મહત્તમ વેલ્યુ આઉટપુટની જેમ દેખાય છે. ચાલો આગળ વધીએ.
04:02 Environment variables percentage (%) પછી થી capital ENV થી રજુ કરવા માં આવે છે.
04:10 Environment variables વર્તમાન environment variables, ની કોઈ ધરાવે છે જમકે નીચેઆપેલ.


04:17 Let us understand %ENV variable using a sample program.
04:23 We will switch back to the special dot pl file.
04:26 Type the following code as displayed on the screen.
04:30 Press Ctrl+S to save the file. Switch to the terminal and execute the Perl script.
04:37 Type: perl special dot pl and press Enter.
04:42 We can see the current environment details such as PWD (present working directory), username, language etc.
04:51 Next, we will see about another special variable dollar zero.
04:55 The special variable dollar zero ('$0') contains name of the current Perl program that is being executed.
05:02 This is generally used for logging purpose.
05:05 For example: I have a file named 'First.pl ' within which I am using '$0' variable, as shown here.
05:14 On executing, it will print the filename First dot pl.
05:19 Perl has a built-in function called sort that sorts an array.
05:24 A comparison function will compare its parameters using the numerical comparison operator.
05:30 This operator is represented by lesser than equal to greater than symbols, as shown here.
05:38 Let us see an example for this.
05:40 Open the terminal and type: gedit sort.pl ampersand and press Enter.
05:47 sort.pl file is now open in 'gedit' Text Editor. Type the following code as displayed on the screen.
05:56 Let me explain the code. The first line declares an array of numbers.
06:02 The numerical comparison operator will compare the two values as numbers.
06:08' Dollar a and dollar b are special package local variables in which the values to be compared are loaded.
06:16 And, this sort function will sort the numbers in ascending order.
06:21 Let us now save and execute the program.
06:25 Switch back to the terminal and type: perl sort.pl and press Enter.
06:31 We can see that the numbers are sorted in ascending order.
06:35 Let’s see another special variable dollar exclamation.
06:39 'dollar exclamation if used in string context, returns the system error string.

Here is an example of its usage.

06:48 If the file 'hello.txt' doesn't exist, it will print the error message, like:

"Cannot open file for reading : No such file or directory".

06:59 Let’s now look at another special variable namely, dollar at the rate.
07:04 This is another widely used variable. It returns an error message, returned from eval or require command.
07:12 This example will print: "could not divide Illegal division by zero".
07:17 dollar dollar is yet another special variable. This holds the process ID of the Perl interpreter, running this script.
07:26 The diamond operator is used to read every line from the files specified on the command line.
07:32 Let us see an example for this.
07:35 Open the terminal and type: gedit commandline.pl ampersand and press Enter.
07:42 'commandline.pl' file is now open in gedit.
07:46 Type the code as displayed on the screen.
07:49 Save the file.
07:51 Let me show you the text that I have in a file named sample dot txt file.
07:56 Now, run the program from the command line by typing: perl commandline dot pl space sample dot txt and press Enter.
08:07 This is the text we had in sample dot txt file.
08:11 If no files are specified, it reads from the standard input i.e. from the keyboard.
08:17 Perl has an array at the rate capital A R G V special variable.

This holds all the values from the command line.

08:27 When using array at the rate capital A R G V, there is no need to declare the variables.
08:33 The values from the command line are automatically placed in this variable.
08:37 Let’s now move on to Global Special Constants.
08:41 underscore underscore E N D (all in capital )underscore underscore indicates the logical end of the program.
08:50 Any text following this special variable is ignored after this statement.
08:55 underscore underscore FILE (in capital letters) underscore underscore represents the filename of the program at the point where it is used.
09:06 underscore underscore LINE (in capital letters) underscore underscore represents the current line number.
09:13 underscore underscore PACKAGE (in capital letters) underscore underscore represents the current package name at compile time or undefined if there is no current package.
09:25 We will see a sample program on how Global Special Constants are used.
09:30 Open the terminal and type: gedit specialconstant dot pl ampersand and press Enter.
09:39 specialconstant dot pl file is now open in gedit.
09:44 Type the following code as displayed on the screen. Let me explain the code now.
09:50 The special literals PACKAGE, FILE, LINE represent the package name, current filename and line number respectively, at that point in the program.
10:00 Let us execute the program.
10:02 Switch back to the terminal and type: perl specialconstant.pl and press Enter.
10:09 We can see the current package name, filename and line number of our program.
10:15 This brings us to the end of this tutorial. Let us summarize.
10:19 In this tutorial, we learnt about some commonly used special variables in Perl.
10:25 As an assignment do the following. Write a Perl script to sort the following array of numbers in ascending and descending order.
10:34 Note: For descending order, use the below code for comparison.
10:39 Print the sorted result using while loop and special variable $_ (Dollar Underscore).
10:45 Save and execute the program.
10:47 Now check the result.
10:49 The video at the following link summarizes the Spoken Tutorial project. Please download and watch it.
10:56 The Spoken Tutorial project team

conducts workshops and gives certificates on passing online tests.

11:03 For more details, please write to us.
11:06 Spoken Tutorial project is funded by NMEICT, MHRD, Government of India.
11:13 More information on this mission is available at this link.
11:17 This is Nirmala Venkat from IIT Bombay, signing off. Thanks for watching.

Contributors and Content Editors

Jyotisolanki, PoojaMoolya