in reply to Re^2: prettyfy hashes (emacs)
in thread prettyfy hashes
# here, instead of here # v V my %periods = (Mercury => { orbital => 0.24, rotation => +58.64 }, Venus => { orbital => 0.62, rotation => -243.02 }, Earth => { orbital => 1.00, rotation => 1.00 }, Mars => { orbital => 1.88, rotation => 1.03 }, Jupiter => { orbital => 11.86, rotation => 0.41 }, Saturn => { orbital => 29.46, rotation => 0.43 }, Uranus => { orbital => 84.01, rotation => -0.72 }, Neptune => { orbital => 164.8, rotation => 0.67 }, );
Moving the structure from the assignment line doesn't help:
my %periods = ( Mercury => { orbital => 0.24, rotation => 58.64 }, Venus => { orbital => 0.62, rotation => -243.02 }, # ...
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: prettyfy hashes (emacs)
by LanX (Saint) on Apr 03, 2016 at 14:02 UTC | |
by choroba (Cardinal) on Apr 03, 2016 at 14:08 UTC | |
|
Re^4: prettyfy hashes (emacs)
by LanX (Saint) on Mar 23, 2019 at 14:05 UTC | |
by LanX (Saint) on Mar 25, 2019 at 00:08 UTC |