home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _4e935e9c5dc93ce057cdd847406e60d8 < prev    next >
Text File  |  2000-03-23  |  2KB  |  67 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>ops - Perl pragma to restrict unsafe operations when compiling</TITLE>
  5. <LINK REL="stylesheet" HREF="../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> ops - Perl pragma to restrict unsafe operations when compiling</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  26. </UL>
  27. <!-- INDEX END -->
  28.  
  29. <HR>
  30. <P>
  31. <H1><A NAME="name">NAME</A></H1>
  32. <P>ops - Perl pragma to restrict unsafe operations when compiling</P>
  33. <P>
  34. <HR>
  35. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  36. <UL>
  37. <LI>Linux</LI>
  38. <LI>Solaris</LI>
  39. <LI>Windows</LI>
  40. </UL>
  41. <HR>
  42. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  43. <PRE>
  44.   perl -Mops=:default ...    # only allow reasonably safe operations</PRE>
  45. <PRE>
  46.   perl -M-ops=system ...     # disable the 'system' opcode</PRE>
  47. <P>
  48. <HR>
  49. <H1><A NAME="description">DESCRIPTION</A></H1>
  50. <P>Since the ops pragma currently has an irreversible global effect, it is
  51. only of significant practical use with the <CODE>-M</CODE> option on the command line.</P>
  52. <P>See the <A HREF="../lib/Opcode.html">the Opcode manpage</A> module for information about opcodes, optags, opmasks
  53. and important information about safety.</P>
  54. <P>
  55. <HR>
  56. <H1><A NAME="see also">SEE ALSO</A></H1>
  57. <P>Opcode(3), Safe(3), <CODE>perlrun(3)</CODE></P>
  58. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  59. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  60. <STRONG><P CLASS=block> ops - Perl pragma to restrict unsafe operations when compiling</P></STRONG>
  61. </TD></TR>
  62. </TABLE>
  63.  
  64. </BODY>
  65.  
  66. </HTML>
  67.