Help for this page

Select Code to Download


  1. or download this
    sub title_length {
      return max( map { length $movies{$_}{title} } keys %movies );
    }