Changeset 12385
- Timestamp:
- 08/29/10 00:19:58 (18 months ago)
- Location:
- trunk/Padre
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
share/languages/perl5/perl5.yml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/Changes
r12381 r12385 13 13 - Use Ctrl-PageUp/PageDown for cycling between documents - like in 14 14 Firefox and Google Chrome (ZENOG) 15 - Fixed typos in share/languages/perl5/perl5.yml (ZENOG) 15 16 16 17 0.69 2010.08.17 -
trunk/Padre/share/languages/perl5/perl5.yml
r10037 r12385 171 171 index: 172 172 cmd: '(STR, SUBSTR, INDEX)' 173 exp: Return the offset of the next occur ance of SUBSTR in STR starting from INDEX.173 exp: Return the offset of the next occurrence of SUBSTR in STR starting from INDEX. 174 174 int: 175 175 cmd: (NUMBER) … … 246 246 no: 247 247 cmd: (MODULE) 248 exp: The op osite of use().248 exp: The opposite of use(). 249 249 oct: 250 250 cmd: (STRING) … … 318 318 ref: 319 319 cmd: SCALAR_VARIABLE 320 exp: Returns the name of the refer nce type of SCALAR_VARIABLE or false if it is not a reference.320 exp: Returns the name of the reference type of SCALAR_VARIABLE or false if it is not a reference. 321 321 rename: 322 322 cmd: (OLDNAME, NEWNAME) … … 348 348 seek: 349 349 cmd: (FILEHANDLE, POSITION, WHENCE) 350 exp: Sets FILEHANDLE s position, just like the "fseek" call of "stdio".350 exp: Sets FILEHANDLE's position, just like the "fseek" call of "stdio". 351 351 seekdir: 352 352 cmd: (DIRHANDLE,POS) … … 450 450 sysseek: 451 451 cmd: FILEHANDLE,POSITION,WHENCE 452 exp: Sets FILEHANDLE s system position in bytes using the system call lseek(2).452 exp: Sets FILEHANDLE's system position in bytes using the system call lseek(2). 453 453 system: 454 454 cmd: PROGRAM LIST … … 467 467 exp: This function binds a variable to a package class that will provide the implementation for the variable. 468 468 tied: 469 cmd: VARIABL e469 cmd: VARIABLE 470 470 exp: Returns a reference to the object underlying VARIABLE. 471 471 time: … … 480 480 uc: 481 481 cmd: STRING 482 exp: Returns an uppercase dversion of STRING.482 exp: Returns an uppercase version of STRING. 483 483 ucfirst: 484 484 cmd: STRING
Note: See TracChangeset
for help on using the changeset viewer.
