]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - samples/cx.pl
Complete rewrite. Make the inspect process return both the ret state and the last...
[perl/modules/Sub-Nary.git] / samples / cx.pl
index 0b51a13399eb7c51e3ae63e22693cdf34d2fd44c..8717d395ea41154cf06f4d477138397d0cfdc975 100755 (executable)
@@ -7,6 +7,7 @@ use lib qw{blib/lib blib/arch};
 use B::Deparse;
 use B::Concise;
 use Sub::Nary;
+$Sub::Nary::DEBUG = 1;
 
 my ($x, $y, @z, %h);
 
@@ -42,7 +43,7 @@ sub wut2 {
  } elsif ($y) {
   sub { qr/wat/ }, %h;
  } elsif (@z) {
-  return [ ] 
+  return [ ];
  }
 }