Help for this page

Select Code to Download


  1. or download this
    package X;
    
    ...
        print "func_in_Y called.\n";
    }
    1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    # this doesn't work
    func_in_Y();     # not imported into our namespace