de.comp.lang.perl.misc
  Home FAQ Contact Sign in
de.comp.lang.perl.misc only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
de.comp.lang.perl.misc Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  externes File laden & variable ersetzen         


Author: Alexander Kainz
Date: May 19, 2008 22:30

hi!

ich möchte eine textdatei laden, und die darin enthaltenen variablen durch
die im script hinterlegten werter ersetzen.

etwa so:
$foo = "footext";

nun lade ich die textdatei mit dem inhalt:

"... text text text $foo text text $foo ..."

und möchte die darin angeführten $foo durch den zuvor definierten
variablenwert ersetzen und ausgeben.

wie lässt sich das veranstalten?

greets
5 Comments
  Looking for a new maintainer of my my Win32 Perl modules         


Author: Reinhard Pagitsch
Date: May 19, 2008 03:55

(The same post was also send to perl.module-authors)

Dear all,
Because I do not have time and also other interests to maintain my
modules I am looking for somebody who want to take over the maintain of
my modules.

The modules are:
Mail::Convert::Mbox::ToEml: Convert Mbox to OE single eml files
Win32::File::Summary: Shows Win32 File summary informations
Win32::Fonts::Info: List of installed fonts (families) in window
Win32::Net::Session: List the Session which connected to a Win32
Win32::Process::Perf: Shows performance counters for a process
Win32::Process::User: get user + domain for a given PID or name
(http://search.cpan.org/~rpagitsch/)

The modules are using XS code, except Mail::Convert::Mbox::ToEml which
is a pure Perl module.

You can contact me at rpirpag@gmx.at, or better at RPAGITSCH@cpan.org

Thank you,
Reinhard
no comments