Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    }
    __END__
    My name is Fred
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    print $dispatch_table{$sub_name}("Fred");
    __END__
    My name is Fred