Help for this page

Select Code to Download


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