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