- or download this
# returns a string for a single crossover. The input is a hash ref.
sub get_crossover {
...
return $crossover_text;
}
- 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;
}
- or download this
# returns the title in italics and the start year in parentheses.
sub display_simple_movie {
...
return $item;
}
- or download this
# returns the title in italics and the start year in parentheses.
sub display_simple_movie {
...
return $item;
}