- or download this
my $foo = CalcFoo( { bar => 'abc', baz => 'def' } );
...
}
return $foo;
}
- or download this
$line = padded({text=>$line, cols=>20..21, centered=>1, filler=>$SPACE
+});
- or download this
Odd number of elements in anonymous hash at demo.pl line 42
- or download this
$line = padded(text=>$line, cols=>20..21, centered=>1, filler=>$SPACE)
+;