clearlist(); clearlimit(); filemask('^index.*\.html'); ireaddir('/mannheimer/unternehmen/jobboerse/innendienst'); my $count = 0; foreach my $file (@FILELIST) { my $meta = $FILE_META_INFO->{$file}; my $dir = $meta->getValues('directory'); my $file = $meta->getValues('filename'); my $title = $meta->getValues('title'); my $teaser = $meta->getValues('job_teaser'); next if ($file ne "index.html"); $count++; print < EOF } if ($count == 0){ print ''; }
$title $teaser
Es werden derzeit keine Stellen angeboten.