Help for this page

Select Code to Download


  1. or download this
    %subs = ( sub1 => 
                 sub { print "Bob is the greatest user ever!";},
              sub2 => 
                 sub { print "He wrote this all by himself!"}
            );
    
  2. or download this
     
    package Tie::Source;
    use warnings;
    ...
    =cut