Help for this page

Select Code to Download


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