EnglishFrenchSpanish

OnWorks favicon

parlp - Online in the Cloud

Run parlp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command parlp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


parl - Binary PAR Loader

SYNOPSIS


(Please see pp for convenient ways to make self-contained executables, scripts or PAR
archives from perl programs.)

To make a PAR distribution from a CPAN module distribution:

% parl -p # make a PAR dist under the current path
% parl -p Foo-0.01 # assume unpacked CPAN dist in Foo-0.01/

To manipulate a PAR distribution:

% parl -i Foo-0.01-i386-freebsd-5.8.0.par # install
% parl -i http://foo.com/Foo-0.01 # auto-appends archname + perlver
% parl -i cpan://AUTRIJUS/PAR-0.74 # uses CPAN author directory
% parl -u Foo-0.01-i386-freebsd-5.8.0.par # uninstall
% parl -s Foo-0.01-i386-freebsd-5.8.0.par # sign
% parl -v Foo-0.01-i386-freebsd-5.8.0.par # verify

To use Hello.pm from ./foo.par:

% parl -A./foo.par -MHello
% parl -A./foo -MHello # the .par part is optional

Same thing, but search foo.par in the @INC;

% parl -Ifoo.par -MHello
% parl -Ifoo -MHello # ditto

Run test.pl or script/test.pl from foo.par:

% parl foo.par test.pl # looks for 'main.pl' by default,
# otherwise run 'test.pl'

To make a self-containing executable containing a PAR file :

% parl -O./foo foo.par
% ./foo test.pl # same as above

To embed the necessary non-core modules and shared objects for PAR's execution (like
"Zlib", "IO", "Cwd", etc), use the -b flag:

% parl -b -O./foo foo.par
% ./foo test.pl # runs anywhere with core modules installed

If you also wish to embed core modules along, use the -B flag instead:

% parl -B -O./foo foo.par
% ./foo test.pl # runs anywhere with the perl interpreter

This is particularly useful when making stand-alone binary executables; see pp for
details.

DESCRIPTION


This stand-alone command offers roughly the same feature as "perl -MPAR", except that it
takes the pre-loaded .par files via "-Afoo.par" instead of "-MPAR=foo.par".

Additionally, it lets you convert a CPAN distribution to a PAR distribution, as well as
manipulate such distributions. For more information about PAR distributions, see
PAR::Dist.

You can use it to run .par files:

# runs script/run.pl in archive, uses its lib/* as libraries
% parl myapp.par run.pl # runs run.pl or script/run.pl in myapp.par
% parl otherapp.pl # also runs normal perl scripts

However, if the .par archive contains either main.pl or script/main.pl, it is used
instead:

% parl myapp.par run.pl # runs main.pl, with 'run.pl' as @ARGV

Finally, the "-O" option makes a stand-alone binary executable from a PAR file:

% parl -B -Omyapp myapp.par
% ./myapp # run it anywhere without perl binaries

With the "--par-options" flag, generated binaries can act as "parl" to pack new binaries:

% ./myapp --par-options -Omyap2 myapp.par # identical to ./myapp
% ./myapp --par-options -Omyap3 myap3.par # now with different PAR

For an explanation of stand-alone executable format, please see par.pl.

Use parlp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Psi
    Psi
    Psi is cross-platform powerful XMPP
    client designed for experienced users.
    There are builds available for MS
    Windows, GNU/Linux and macOS.. Audience:
    End Users...
    Download Psi
  • 2
    Blobby Volley 2
    Blobby Volley 2
    Official continuation of the famous
    Blobby Volley 1.x arcade game..
    Audience: End Users/Desktop. User
    interface: OpenGL, SDL. Programming
    Language: C++, Lua. C...
    Download Blobby Volley 2
  • 3
    SuiteCRM
    SuiteCRM
    SuiteCRM is the award-winning Customer
    Relationship Management (CRM)
    application brought to you by authors
    and maintainers, SalesAgility. It is the
    world�s mos...
    Download SuiteCRM
  • 4
    Poweradmin
    Poweradmin
    Poweradmin is a web-based DNS
    administration tool for PowerDNS server.
    The interface has full support for most
    of the features of PowerDNS. It has full
    support...
    Download Poweradmin
  • 5
    Gin Web Framework
    Gin Web Framework
    Gin is an incredibly fast web framework
    written in Golang that can perform up to
    40 times faster, thanks to its
    martini-like API and custom version of
    httprout...
    Download Gin Web Framework
  • 6
    CEREUS LINUX
    CEREUS LINUX
    CEREUS LINUX basado en MX LINUX con
    varios entornos de escritorios. This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/cereu...
    Download CEREUS LINUX
  • More »

Linux commands

  • 1
    aa-clickquery
    aa-clickquery
    aa-clickquery - program for querying
    click-apparmor DESCRIPTION: This program
    is used to query click-apparmor for
    information. USAGE: aa-clickquery
    --click-fra...
    Run aa-clickquery
  • 2
    aa-exec-click
    aa-exec-click
    aa-exec-click - program for executing
    click packages under confinement
    DESCRIPTION: This program is used to
    execute click package under AppArmor
    confinement. I...
    Run aa-exec-click
  • 3
    cpio
    cpio
    cpio - copy files to and from archives ...
    Run cpio
  • 4
    cpipe
    cpipe
    cpipe - copy stdin to stdout while
    counting bytes and reporting progress ...
    Run cpipe
  • 5
    FvwmSave
    FvwmSave
    FvwmSave - the Fvwm desktop-layout
    saving module ...
    Run FvwmSave
  • 6
    FvwmSave1
    FvwmSave1
    FvwmSave - the FVWM desktop-layout
    saving module ...
    Run FvwmSave1
  • More »

Ad