Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    $Data::Dumper::Deparse = 1;
    ...
    }
    
    foo(42);
    
  2. or download this
    $ ./895386.pl
    foo called with 42
    ...
                print "going to call bar()...\n";
                bar();
            };