GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
v6::perlito(3) User Contributed Perl Documentation v6::perlito(3)

v6::perlito - A Perlito Perl6 front-end for v6.pm

    # file: hello_world.pl
    use v6-perlito;
    "hello, world".say;

    $ perl hello_world.pl

The "v6::perlito" module is a front-end to the Perlito6 Perl 6 compiler.

- The source file header must be valid perl5 and perl6 code.

This is a valid header:

    #!/usr/bin/perl
    use v6-perlito;

* it executes perl5

* perl5 will call the "v6.pm" module.

This is an invalid header:

    #!/usr/bin/pugs
    use v6;

* it tells perl5 to execute "/usr/bin/pugs".

* it tells perl5 that Perl v6.0.0 required.

The Pugs Team <perl6-compiler@perl.org>.

The Perl 6 homepage at <http://dev.perl.org/perl6>.

- the Perl 6 Synopsis: <http://dev.perl.org/perl6/doc/synopsis.html>.

The Pugs homepage at <http://pugscode.org/>.

The Parrot homepage at <http://www.parrotcode.org>.

Copyright 2006, 2010, 2012 by Flavio Soibelmann Glock and others.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>

2016-07-28 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.