Help for this page

Select Code to Download


  1. or download this
    #define PERL_MAGIC_sv         '\0' /* Special scalar variable */
    #define PERL_MAGIC_overload   'A' /* %OVERLOAD hash */
    #define PERL_MAGIC_overload_elem  'a' /* %OVERLOAD hash element */
    ...