~ubuntu-branches/ubuntu/precise/rakudo/precise

« back to all changes in this revision

Viewing changes to docs/running.pod

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-10-04 14:31:57 UTC
  • Revision ID: james.westby@ubuntu.com-20091004143157-ubq3wu0grk0f1e6a
Tags: upstream-0.1~2009.09
ImportĀ upstreamĀ versionĀ 0.1~2009.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=head1 NAME
 
2
 
 
3
perl6 - Rakudo Perl 6 Compiler
 
4
 
 
5
=head1 SYNOPSIS
 
6
 
 
7
perl6 [switches] [--] [programfile] [arguments]
 
8
 
 
9
=head1 DESCRIPTION
 
10
 
 
11
Compiles C<[programfile]> or the program given by the C<-e> option, and
 
12
by default also exectues the compiled code.
 
13
 
 
14
  -c                   check syntax only (runs BEGIN and CHECK blocks)
 
15
  -e program           one line of program
 
16
  -h, --help           display this help text
 
17
  --target=[stage]     specify compilation stage to emit
 
18
  -t, --trace=[flags]  enable trace flags
 
19
  --encoding=[mode]    specify string encoding mode
 
20
  -o, --output=[name]  specify name of output file
 
21
  -v, --version        display version information
 
22
 
 
23
Note that only boolean single-letter options may be bundled 
 
24
 
 
25
=head1 AUTHORS
 
26
 
 
27
Written by the Rakudo contributors, see the CREDITS file.
 
28
 
 
29
This manual page was written by Reini Urban, Moritz Lenz and the Rakudo
 
30
contributors.
 
31
 
 
32
=cut