develooper Front page | perl.perl5.porters | Postings from July 2013

[perl #74798] [PATCH] Data::Dumper: useqq implementation for xs

Thread Previous | Thread Next
From:
Father Chrysostomos via RT
Date:
July 20, 2013 01:01
Subject:
[perl #74798] [PATCH] Data::Dumper: useqq implementation for xs
Message ID:
rt-3.6.HEAD-2375-1374282062-1965.74798-15-0@perl.org
On Fri Jul 19 12:18:01 2013, srezic@iconmobile.com wrote:
> Seems to work:
> 
> 11:32 slavenr@dev08 blead (~/work2/perl): /opt/perl5.19.1-492-
> g851ffa6/bin/perl5.19.2  -MData::Dumper -e'print Data::Dumper-
> >new(["\0000"])->Useqq(1)->Dumpxs'
> $VAR1 = "\0000";
> 11:32 slavenr@dev08 blead (~/work2/perl): /opt/perl5.19.1-492-
> g851ffa6/bin/perl5.19.2  -MData::Dumper -e'print Data::Dumper-
> >new(["\0000"])->Useqq(1)->Dumpperl'
> $VAR1 = "\0000";

Actually, there is one problem.  Would you be willing to look into
<https://rt.perl.org/rt3/Ticket/Display.html?id=118933>?

-- 

Father Chrysostomos


---
via perlbug:  queue: perl5 status: resolved
https://rt.perl.org:443/rt3/Ticket/Display.html?id=74798

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About