<% myheader("Presentations - preliminary list") %> <% mysidebar() %> This is a preliminary list of the content of YAPC::Israel::2003
We have yet to confirm all the talks and presentations.
Formal schedule indicating what will be presented at each hour will be published later, close to the conference.

The presentations are listed in random order.

<% my %h = read_presentations(); my $html=''; my $index=''; foreach my $id (sort {$a <=> $b} keys %h) { $h{$id}{description} = '' if 'HASH' eq ref $h{$id}{description}; $h{$id}{bio} = '' if 'HASH' eq ref $h{$id}{bio}; $index .= qq(

  • $h{$id}{title}\n); $html .= <$h{$id}{title} by $h{$id}{name}
    Length: $h{$id}{length}min Language: $h{$id}{language}
    Content:$h{$id}{description}
    Bio:$h{$id}{bio}

    HTML } $html =~ s/\n\n+/

    /g; $html =~ s/\n/
    \n/g; $html =~ s@(http://[^\s#<]*)@$1@g; # make links print "

      $index
    "; print "
      $html
    "; %> <% myfooter() %>