Skip to content

Instantly share code, notes, and snippets.

@osfameron
Created March 12, 2009 09:47
Show Gist options
  • Save osfameron/77979 to your computer and use it in GitHub Desktop.
Save osfameron/77979 to your computer and use it in GitHub Desktop.
use strict; use warnings;
use Test::More tests=>1;
use Devel::Peek;
my $peek;
close STDERR;
open STDERR, '>', \$peek;
my $x = 1;
Dump($x);
ok $peek and diag $peek;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment