Help for this page

Select Code to Download


  1. or download this
    use Module::Foo;
    
    my $foo = Module::Foo->new();
    
    $foo->do_something();
    
  2. or download this
    print header,
        start_html(
    ...
        ),
        h1({align=>'center'},'Decimal to Hex Converter'),
    ;
    
  3. or download this
    my $cgi  = CGI->new;
    my $tmpl = HTML::Template->new(
    ...
    __DATA__
    <html>
    yadda ...