Help for this page

Select Code to Download


  1. or download this
    use Scalar::Util qw/blessed/;
    use overload ();
    
  2. or download this
        elsif ( blessed($data) && overload::Overloaded($data)
            && overload::Method($data,'""') )
                { newel($parent, @args)->appendText("$data") }