Help for this page

Select Code to Download


  1. or download this
    # returns a string for a single crossover. The input is a hash ref.
    sub get_crossover {
    ...
    
      return $crossover_text;
    }
    
  2. or download this
    # creates a link to the Movies_by_series page. It is used in series_te
    +xt, get_crossover, and elsewhere.
    sub search_link {
    ...
    
      return $search_text; 
    }
    
  3. or download this
    # returns the title in italics and the start year in parentheses.
    sub display_simple_movie {
    ...
      
      return $item;
    }
    
  4. or download this
    # returns the title in italics and the start year in parentheses.
    sub display_simple_movie {
    ...
      
      return $item;
    }