Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 16, 2017 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/4c8cb5a4ffda8641df8aec0ae7f821cf to your computer and use it in GitHub Desktop.
Save Whateverable/4c8cb5a4ffda8641df8aec0ae7f821cf to your computer and use it in GitHub Desktop.
evalable6
say shell('ls sandbox/*')
sandbox/0.806238500539699.lock
sandbox/answer
sandbox/can
sandbox/foofoo
sandbox/foo.lock
sandbox/Foo.pm6
sandbox/hangme
sandbox/Header.pm6
sandbox/INITFUN.pm6
sandbox/MyModule.pm6
sandbox/Pid.pm6
sandbox/s.err
sandbox/Simple.pm6
sandbox/s.out
sandbox/XXX.pm6
sandbox/Zot.pm6
sandbox/Inline-Perl5:
Build.pm
configure.pl6
inline_perl5.pl
lib
LICENSE
Makefile
Makefile.in
MANIFEST
META6.json
p5helper.c
README.md
resources
t
sandbox/lib:
Net
sandbox/roast:
3rdparty
CONTRIBUTING.md
docs
fudge
fudgeall
fudgeandrun
integration
LICENSE
packages
README.md
rosettacode
S01-perl-5-integration
S02-lexical-conventions
S02-lists
S02-literals
S02-magicals
S02-names
S02-names-vars
S02-one-pass-parsing
S02-packages
S02-types
S03-binding
S03-feeds
S03-junctions
S03-metaops
S03-operators
S03-sequence
S03-smartmatch
S04-blocks-and-statements
S04-declarations
S04-exception-handlers
S04-exceptions
S04-phasers
S04-statement-modifiers
S04-statement-parsing
S04-statements
S05-capture
S05-grammar
S05-interpolation
S05-mass
S05-match
S05-metachars
S05-metasyntax
S05-modifier
S05-nonstrings
S05-substitution
S05-syntactic-categories
S05-transliteration
S06-advanced
S06-currying
S06-macros
S06-multi
S06-operator-overloading
S06-other
S06-parameters
S06-routine-modifiers
S06-signature
S06-traits
S07-hyperrace
S07-iterators
S07-slip
S09-autovivification
S09-hashes
S09-multidim
S09-subscript
S09-typed-arrays
S10-packages
S11-compunit
S11-modules
S11-repository
S12-attributes
S12-class
S12-coercion
S12-construction
S12-enums
S12-introspection
S12-meta
S12-methods
S12-subset
S12-traits
S13-overloading
S13-syntax
S13-type-casting
S14-roles
S14-traits
S15-literals
S15-nfg
S15-normalization
S15-string-types
S15-unicode-information
S16-filehandles
S16-io
S16-unfiled
S17-channel
S17-lowlevel
S17-procasync
S17-promise
S17-scheduler
S17-supply
S19-command-line
S19-command-line-options
S22-package-format
S24-testing
S26-documentation
S28-named-variables
S29-any
S29-context
S29-conversions
S29-os
S32-array
S32-basics
S32-container
S32-encoding
S32-exceptions
S32-hash
S32-io
S32-list
S32-num
S32-scalar
S32-str
S32-temporal
S32-trig
super-fudger.p6
t
test_summary
TODO
VERSION
sandbox/SI:
Unit
sandbox/t:
00-load.t
01-utils.t
02-url.t
03-request.t
04-response.t
sandbox/Test:
Util.pm
sandbox/xt:
100-dialer.t
500-transport.t
510-get.t
520-post.t
issues.t
Proc.new(in => IO::Pipe, out => IO::Pipe, err => IO::Pipe, exitcode => 0, signal => 0, command => ["ls sandbox/*"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment