Does for Perl6/Rakudo already exist something like perl5's "perldoc -f function_name" for build-in-functions which gives me a short and quick usage instruction?
|
feedback
|
|
Hmm... This may not be exactly what you want, but: Perl6::Doc - all useful Perl 6 Docs in your command line This includes
The full list of synopsis is available here: http://perlcabal.org/syn/ ; Perl 6's built-in functions is s29: http://perlcabal.org/syn/S29.html I never saw an individual per-function documentation like Also, on a related note there's a Periodic Table of Perl 6 operators | |||||||
feedback
|