in reply to Write in files
I suspect that you will do well to learn about Perl regular expressions (RE) (perlfaq6), as well, if you don't already.
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;