Safe mode: Difference between revisions

Content deleted Content added
SqrtNegInf (talk | contribs)
words about Perl security
Scala added.
Line 142:
However, not all REXXes support this option.
 
Regina REXX supports a '''--restricted''' command -line option, and embedded interpreters can also be set to run restricted. Many commands are disabled in this mode, including most access to hosted services. The intrinsic '''FUNCTION REXX()''' extension in GnuCOBOL defaults to restricted mode, and programmers must explicitly use '''FUNCTION REXX-UNRESTRICTED(script, args...)''' for access to the full REXX programming environment from that [[COBOL]] implementation.
 
<lang cobol> identification division.
Line 179:
success
No exception raised:</pre>
=={{header|Scala}}==
Actually, with a high-level programming language as Scala, it's a bad idea to flag or unflag for a "Safe mode"..
This should be a task for the target system.