Help for this page

Select Code to Download


  1. or download this
    package foo;
    require Exporter;
    ...
    use CGI qw(header);
    @EXPORT = qw(header);
    1;
    
  2. or download this
    use foo;
    print header();