V
vincente13
Lets say i have a XML element
<command>
system(" $opt = <STDIN> ")
</command>
in my program i actually used the whole string given between <command>
tags to execute the command.
however putting <STDIN> is not allowed in XML..is there any other
alternatives?
<command>
system(" $opt = <STDIN> ")
</command>
in my program i actually used the whole string given between <command>
tags to execute the command.
however putting <STDIN> is not allowed in XML..is there any other
alternatives?