Site Tools


perl:basic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
perl:basic [2017/11/29 17:06] lunetikkperl:basic [2018/12/20 17:45] (current) – Discussion status changed lunetikk
Line 14: Line 14:
 |  pop …  |  Remove at the end  |   |  pop …  |  Remove at the end  |  
 |  shift …  |  Remove at the beginning  |   |  shift …  |  Remove at the beginning  |  
-|  <code>foreach $arrayelement (@array) {+|  <code perl>foreach $arrayelement (@array) {
     print $arrayelement;     print $arrayelement;
 }</code>  |  Output of all arrayelements   |   }</code>  |  Output of all arrayelements   |  
Line 31: Line 31:
 \\ \\
 \\ \\
-~~DISCUSSION~~+~~DISCUSSION:closed~~
  
perl/basic.1511971584.txt.gz · Last modified: 2017/11/29 17:06 by lunetikk