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