Help for this page

Select Code to Download


  1. or download this
    my $allshows;
    for my $i ( 0 .. $#ids ) {
    ...
    
    $template = HTML::Template->new(filename => 'showslisting.tmpl');
    $template -> param( showlist  => $allshows );
    
  2. or download this
    $VAR1 = [  {  
    'id' => '6',  
    'teaser' => 'Domestic violence has been called a serious health crisis
    +.',
    'title' => 'Battered and Broken',
    'number' => '214'  }  ];