in reply to can't write a variable to a file
do you want print the content of $savestr or the word '$savestr' ?print (OUTFILE "$savestr");
print OUTFILE '$savestr'; # print out $savestr print OUTFILE "\$savestr"; # print out $savestr
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: can't write a variable to a file
by sabotodd (Initiate) on May 11, 2004 at 09:56 UTC |