Help for this page

Select Code to Download


  1. or download this
    # publish.pl
    sub layout {
    ...
    }
    
    layout($headline, $body, $url);
    
  2. or download this
    # article.layout.pl
    our ($headline, $body, $url);
    print("$headline, $body, $url\n");