- or download this
print Data::Dumper($data)
- or download this
/////////////////////////////////////////////////////////////////
bless( {
...
NoAttr=>1,
RootName=>ref($self)
);
- or download this
///////////////////////////////////////////////////////////////
...
///////////////////////////////////////////////////////////////////
- or download this
///////////////////////////////////////////////////////////////////
my $xml = XML::Simple->new(XMLDecl=>1,
...
RootName=>"mtl"
);
///////////////////////////////////////////////////////////////////
- or download this
///////////////////////////////////////////////////////////////////
bless( {
...
'path' => 'jmm_mtl'
}, 'material' );
///////////////////////////////////////////////////////////////////