Help for this page

Select Code to Download


  1. or download this
    sub new {my $f; bless \$f => shift; $f -> set(@_) if @_; $f}
    
  2. or download this
    my $fig_1 = MyNumber -> new (get_numeric_value_from_xml (...));