- or download this
use warnings;
use strict;
...
' '.escape_ents( $_ ).'="'.escape_ents( $_[0]{$_} ).'"'
} sort keys %{$_[0]};
}
- or download this
sub XML_elem {
...
push @results, "<\\${tag}>";
return @results;
}
- or download this
print "\n == code fragment 1 =========================================
+==== \n";
...
'root stuff',
);
- or download this
__END__
...
};
}
- or download this
print "\n == code fragment 2 =========================================
+==== \n";
...
'root stuff',
);
- or download this
__END__
...
'root stuff',
)->();
- or download this
__END__
...
;
__END__