The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

pebble

SYNOPSIS

  pebble
    [--nostdin]
    [--cmd=COMMAND_WITH_ARGS]
    [--out=PARSER]
    [ PEBBLE_SOURCE_CODE PEBBLE_SOURCE_CODE ... ]
    [--web_cache [=flush] ]
    [--script [=NEW_SCRIPT_FILE] ]
--nostdin
--cmd
--out
PEBBLE_SOURCE_CODE
--web_cache

Use a file based cache for all web requests. If it's in the cache, don't touch the Net.

--web_cache=flush

Before using the cache, clear it.

--script

Don't run any Pebble source code, instead print all of it.

This is so that you can easily transfer ad-hoc scripting on the command line to a more reusable script.

Recommended file extension for Pebble scripts: .pbl Make sure your editor syntax highlights this as Perl.

DESCRIPTION