Thread News-script: News über Formular einschreiben (6 answers)
Opened by gORDon_vdLg at 2006-11-16 16:31

renee
 2006-11-16 23:27
#8973 #8973
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
{
local $/;
open my $fh,'<',$html_file or die $!;
my $content = <$fh>;
close $fh<

$content =~ s~(<!-- platzhalter -->)~$neues_html$1~;

open my $wfh,'>',$html_file;
print $wfh $content;
close $wfh;
}
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread News-script: News über Formular einschreiben