Help for this page

Select Code to Download


  1. or download this
    # perl -w
    package test_caller;
    ...
    0;
    
    # 'direct execution do not need to end in truth'
    
  2. or download this
    #! perl -w
    use test_caller;
    
    # 'imported'