Help for this page

Select Code to Download


  1. or download this
    %output .= (
      'items' => [("title" => "$title")]
    );
    
  2. or download this
    $output{items} ||= [];
    push @{$output{items}}, {title => $title};
    
  3. or download this
    print "Content-type: text/html\n\n";  
    print $results;