Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $_ = *noSuchFunction;        print("$_\n");
    $_ = *noSuchFunction{CODE};  print("$_\n");
    $_ = \*noSuchFunction;       print("$_\n");
    
  2. or download this
    CODE(0x225e58)
    *main::noSuchFunction
    CODE(0x225e58)
    GLOB(0x226b9c)