in reply to Re: Alphanumeric sort
in thread Alphanumeric sort
I am not seeing the -E flag on my Perl6 distro. I downloaded the latest Rakudo Star. I supposed you're getting the latest developer build?
me@mybox:/tmp/me $ perl6 -E 'say "bob"' ===SORRY!=== Unable to open filehandle from path '-E' me@mybox:/tmp/me $ perl6 -e 'say "bob"' bob me@mybox:/tmp/me $ perl6 -v This is Rakudo Perl 6, version 2011.07 built on parrot 3.6.0 0 Copyright 2008-2011, The Perl Foundation
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Alphanumeric sort
by BrowserUk (Patriarch) on Sep 21, 2011 at 22:10 UTC | |
by jffry (Hermit) on Sep 22, 2011 at 15:06 UTC |