Help for this page

Select Code to Download


  1. or download this
    ... elsif (/size(\d+)/) {
            $format->set_size($1); 
        } else ...
    
  2. or download this
    Argument "_size" isn't numeric in multiplication (*) at
            D:/Perl/site/lib/Spreadsheet/Format.pm line 225 (#1)
    ...
        (W numeric) The indicated string was fed as an argument to an oper
    +ator that
        expected a numeric value instead.  If you're fortunate the message
        will identify which operator was so unfortunate.
    
  3. or download this
            $format->set_size(0+$1);