- or download this
use strict;
use warnings;
...
$holder->{lname} = 'Bar';
$holder->{email} = 'foo@bar.com'; # ... to before here
- or download this
push @DB::typeahead, (split /\n/, <<EOS);
# Load Carnivore
...
# quit debugger
q
EOS
- or download this
01:26 PM $ perl5.8.5 -d z.pl
...
auto(-1) DB<11> q
01:26 PM $