Help for this page

Select Code to Download


  1. or download this
    foreach (keys %texts)
    
  2. or download this
    $texts_and_images{"$text"} = $image;    # set text and image
    @all_texts = keys %texts_and_images;    # have a list of all texts
    @all_images = values %texts_and_images; # have a list of all images
    $image = $texts_and_images{"$text");    # have the associated image of
    + a text