Thread HTML file nach infos duchsuchen od. parsen??
(22 answers)
Opened by Gast at 2007-10-23 03:13 Gast+2007-11-05 19:37:14-- Klar, Du kannst auch Code (perl): (dl
)
my $content = do{ local (@ARGV,$/) = '/pfad/zur/datei'; <> }; Code (perl): (dl
)
my $content = do{ local $/; <DATA> }; Quote Es gibt Slides von Tasuhiko Miyagawa online (bei Slideshare) Quote Das müsste meins Benchmarken. Für mich ist mein Code besser, weil ich Web::Scraper kenne, für Dich ist wahrscheinlich Dein Code besser, weil Du das Modul kennst. Mein Code ist übersichtlicher Quote 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/ |