in reply to Re^2: Storing a variable in a file and processing within the script
in thread Storing a variable in a file and processing within the script
Works nicely, but bear in mind that that is essentially a placeholder - that 's/...' line is replacing the text '$table_name' with the value held in the variable '$table_name'. I'd tend to suggest that's a source of confusion later on.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Storing a variable in a file and processing within the script
by marinersk (Priest) on Jul 18, 2013 at 22:21 UTC | |
|
Re^4: Storing a variable in a file and processing within the script
by tony@perlmonks.org (Initiate) on Jul 19, 2013 at 11:00 UTC |