|
|
| Just another Perl shrine | |
| PerlMonks |
Re^2: Golf: reverse sort /etc/passwd by UIDby tobyink (Prior) |
| on Feb 06, 2013 at 22:11 UTC ( #1017513=note: print w/ replies, xml ) | Need Help?? |
|
Nice, but one of the lines in my /etc/passwd file comes out as:
And thus gets sorted after root.
package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
In Section
Meditations
|
|
||||||||||||||||||||||