Help for this page

Select Code to Download


  1. or download this
    # the new method is in the file.
    my $p = $namespace->new;    
    
    # do_this is also a method in this other file
    my $p->do_this()
    
  2. or download this
    # function_call is a subroutine in that same file
    my $text = function_call();