Help for this page

Select Code to Download


  1. or download this
    sub Dump {
        no strict 'refs';
        my $implementation = __PACKAGE__->implementation;
    ...
        print STDERR "FINAL: $debug = $$debug\n";
        return &{"$implementation\::Dump"}(@_);
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    YAML::XS::UseCode = 
    FINAL: YAML::XS::UseCode = 
    --- !!perl/code '{ "DUMMY" }'
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    use YAML::Any;
    ...
    local ${YAML::Any->implementation()."::UseCode"}=1;
    # can't use strict before this because of refs
    use strict;
    
  4. or download this
    @_=qw;
    Just another Perl hacker,;
    ;$_=q=print
    "@_"= and eval;