Help for this page

Select Code to Download


  1. or download this
    sub Test1::print_context {
       print(__PACKAGE__, "\n");
    ...
    
    Test1::print_context();  # main
    Test2::print_context();  # Test2
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    }
    
    bar();