Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
open (FILE, "+> $fullpath/$dir/$filename")|| die "cant open file"; print FILE "#stored_email\n"; print FILE "\@email\=\(\'"; foreach $line($all_email) { print FILE "$line"; } print FILE "\'\)"; print FILE "\$SECRETARY_EMAIL = \'$SECRETARY_EMAIL\';\n"; close FILE; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: why? returns
by Cabrion (Friar) on Feb 10, 2003 at 02:42 UTC | |
|
Re: why? returns
by jacques (Priest) on Feb 10, 2003 at 02:46 UTC | |
|
Re: why? returns
by thelenm (Vicar) on Feb 10, 2003 at 16:43 UTC |