ILIAS open source Forums

Forums have been moved to the ILIAS Information Center!
Please do not post bug reports into these forums but into the Mantis Bug Tracker.
Please do not post any security exploits. Act accoring to RFPolicy and send a mail to "ilias-security AT uni-koeln DOT de" .
It is currently Sat May 18, 2013 14:51

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Helferlein für alle template-geplagten ;-)
PostPosted: Thu Mar 08, 2007 14:09 
Offline

Joined: Mon Nov 06, 2006 18:40
Posts: 3
Hi, ich habe mal einen Marker geschrieben, damit man schneller die tpl-dateien zum überarbeiten im Seitenquelltext findet :

Perl

Code:
#!/usr/bin/perl

use Tie::File;

foreach $file (<*.html>){

        tie @array, 'Tie::File', $file;

        $string_first = '<!-- '.$file.' start -->';
        $string_last = '<!-- '.$file.' ende -->';

        unshift @array, $string_first;
        push @array, $string_last;
        untie @array;
}


Viel Spass damit


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group