Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

(OT) Configuring Perl::Tidy

by Ovid (Cardinal)
on Jan 13, 2006 at 19:29 UTC ( [id://523073]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://523073]
Approved by ww
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-25 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found