in reply to Re: Issues regarding for loops and recursion
in thread Issues regarding for loops and recursion
Another initialization readability trick is to use YAML in a HEREDOC which gets you (IMHO) less "noise" to initializing data:
use YAML::XS qw( Load ); my %conversions = %{Load(<<'EOT')}; --- ALA: A TYR: Y MET: M ... EOT
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|