Help for this page

Select Code to Download


  1. or download this
    sub story {
        my ($source,$author) = @_;
    ...
        # If I wrote a story, I want people to know I wrote it at the bott
    +om.
        paragraph($tab,"written by $root_user", { class => 'author' }) if 
    +!$author;
    }