In Perl ich so etwas wie das tun können, folgende:String-Interpolation in YAML
my $home = "/home";
my $alice = "$home/alice";
Kann ich so etwas wie die in YAML Folgendes tun:
Home: /home
Alice: $Home/alice
So "Alice" ist effektiv /home/alice
in der Ende?
** Siehe auch: ** * https://stackoverflow.com/questions/15777987/ * https://stackoverflow.com/questions/13055753/ * https : //stackoverflow.com/questions/41620674/ * https://stackoverflow.com/questions/4150782/ – dreftymac
** Siehe auch: ** https://stackoverflow.com/a/41620747/42223 – dreftymac