NAME Data::Dumper::Names - Dump variables with names (no source filter) VERSION Version 0.02 SYNOPSIS use Data::Dumper::Names; my $foo = 3; my @bar = qw/this that/; warn Dumper($foo, \@bar); __END__ output: $foo = 3; @bar = ( 'this', 'that' ); EXPORT Like... > このページを見る
Data::Dumper::Names - Dump variables with names (no source filter) - search.cpan.org
search.cpan.org:ovid
最終更新時間:
2006年03月25日02時20分








