In Perl che posso fare qualcosa di simile al seguente:String interpolazione in YAML
my $home = "/home";
my $alice = "$home/alice";
Posso fare qualcosa come il seguente in YAML:
Home: /home
Alice: $Home/alice
Quindi, "Alice" è efficace /home/alice
nel fine?
** Consulta anche: ** * https://stackoverflow.com/questions/15777987/ * https://stackoverflow.com/questions/13055753/ * https : //stackoverflow.com/questions/41620674/ * https://stackoverflow.com/questions/4150782/ – dreftymac
** Vedi anche: ** https://stackoverflow.com/a/41620747/42223 – dreftymac