Changes

Jump to navigation Jump to search
4 bytes added ,  17:54, 20 December 2013
Line 303: Line 303:     
                   Your Royal Highness,
 
                   Your Royal Highness,
 
+
 
                   Enclosed please find a list of things I have gotten
 
                   Enclosed please find a list of things I have gotten
 
                   for you since 1907:
 
                   for you since 1907:
 
+
 
                   { foreach $item (@items) {
 
                   { foreach $item (@items) {
 
                       $item_no++;
 
                       $item_no++;
Line 312: Line 312:  
                     }
 
                     }
 
                   }
 
                   }
 
+
 
                   Signed,
 
                   Signed,
 
                   Lord High Chamberlain
 
                   Lord High Chamberlain
 
+
 
We want to pass in an array which will be assigned to the array @items.  Here’s how to do that:
 
We want to pass in an array which will be assigned to the array @items.  Here’s how to do that:
  

Navigation menu