- or download this
my %hash = (
some_long_key => {
INCLUDE_PATH => __PACKAGE__->path_to('www/templates/tt')
}
);
- or download this
my $process = Background->new($^X, "-I$lib",
"-MMyLong:Namespace::Bar::Bat",
"-e 1", "other", "arguments", "here");
- or download this
my $process = Background->new( $^X, "-I$lib", "-MMyLong:Namespace::Bar
+::Bat",
"-e 1", "other", "arguments", "here" );
- or download this
my $process = Background->new(
$^X, "-I$lib", "-MMyLong:Namespace::Bar::Bat",
"-e 1", "other", "arguments", "here",
);
- or download this
my $process = Background->new(
$^X,
"-I$lib",
...
"arguments",
"here",
);