Help for this page

Select Code to Download


  1. or download this
    if( $location eq 'cliche' ) {
        $inn->bard('omg my ears');
        my $drink = $inn->dwarven_ale();
        $drink->watered_down( 0.75 );
        }
    
  2. or download this
    if ( !-e "new_entry_exists" ) {
        chown( $newentryexists_owner, $newentryexists_group,
               "new_entry_exists" );
               }
    
  3. or download this
    if ( !-e "new_entry_exists" ) {
        chown( $newentryexists_owner, $newentryexists_group,
               "new_entry_exists" );
        }
    
  4. or download this
    # PBP .perltidyrc file
    
    ...
    -cti=2  # Extra indentation for closing brackets
    -icb    # Indent to previous line for BLOCK closing brace
    -iob