Help for this page

Select Code to Download


  1. or download this
    package ForeignModule;
    sub NEXT { print scalar caller }
    ...
    package main;
    use Foo;
    do_something();