Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use CGI qw(:standard);
    ...
    print start_html(), start_form(), textfield('data', $data),
        submit('script'), submit('refresh'), submit('othersite'), end_form
    +, end_html();
    }
    
  2. or download this
    --
    package Lizard::King;
    sub can { do { 'anything'} };