- or download this
caller EXPR
caller
...
`@DB::args' might have information from the previous time
`caller()' was called.
- or download this
#!/usr/bin/perl
...
print STDERR Data::Dumper::Dumper( caller(0) );
}
- or download this
$VAR1 = 'main';
$VAR2 = './test';
...
$VAR9 = 0;
$VAR10 = '';