Help for this page

Select Code to Download


  1. or download this
    {
      no warnings 'uninitialized';
      $text = $json->encode($object);
    }
    
  2. or download this
    use Sub::Name;
    for my $f (@wrapper_funcs)
    ...
        &$xs; # @_ gets passed along automatically
      };
    }