1VIV(1) User Contributed Perl Documentation VIV(1)
2
3
4
6 viv - The STD.pm6 command line multitool
7
9 viv [options] [file...]
10
11 -e --evaluate TEXT Use code from the command line
12 --thaw Input is a --freeze dump, not Perl 6
13 -o --output FILE Send result to FILE, not stdout
14 --noperl6lib Disable use of the PERL6LIB variable
15 --symlroot DIR Use DIR as parsed module cache
16 --concise Pretty-print the parse tree (default)
17 -c --check Just check syntax
18 --freeze Generate Storable dump of parse tree
19 -y --yaml Generate YAML parse tree
20 -5 --p5 Translate to Perl 5 syntax
21 -6 --p6 Translate back to Perl 6
22 --psq Translate to Perlesque syntax
23 -s --stab Include symbol table in output
24 -m --match Include match tree in output
25 --no-indent Disable indentation of output
26 -l --log Be verbose while generating output
27 -k --keep-going Don't stop if error found during output phase
28 --compile-setting FILE Preparse a CORE.setting file
29 --help This message
30
31
32
33perl v5.34.0 2022-01-21 VIV(1)