Discipulus has asked for the wisdom of the Perl Monks concerning the following question:
open (PROG, ">>$0"); seek (PROG, 0, 0); #not working while (<PROG>) { if ($_=~/$\$data=/){s/\$_/\$data=$new_value;/} } close (PROG);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: substitution in $0
by Abigail-II (Bishop) on Oct 02, 2002 at 13:34 UTC | |
•Re: substitution in $0
by merlyn (Sage) on Oct 02, 2002 at 15:54 UTC | |
Re: substitution in $0
by RollyGuy (Chaplain) on Oct 02, 2002 at 13:18 UTC | |
by Helter (Chaplain) on Oct 02, 2002 at 13:40 UTC | |
by Discipulus (Canon) on Oct 03, 2002 at 12:00 UTC | |
by fglock (Vicar) on Oct 03, 2002 at 12:23 UTC | |
Re: substitution in $0
by BrowserUk (Patriarch) on Oct 02, 2002 at 16:12 UTC | |
Re: substitution in $0
by fglock (Vicar) on Oct 02, 2002 at 13:13 UTC | |
seeking in file
by rir (Vicar) on Oct 02, 2002 at 13:29 UTC |