Help for this page

Select Code to Download


  1. or download this
    package ECHO_MODULE;
    
    ...
    sub say_hi {print "hi\n";}
    
    sub say_bye {print "bye\n"}
    
  2. or download this
    -----------------------
    print "enter subroutine name: ";
    $subname = <STDIN>;
    
    $subname() ????