Help for this page

Select Code to Download


  1. or download this
        $something + 2; #2 is the padding
    
  2. or download this
        my $padding = 2;
    
        ...
    
        $something + $padding;