Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use CGI qw(:all);
    ...
    print header, start_html("sample"), h1("sample");
    print map { a({ -href => uri_escape($_)}, escapeHTML($_)), br } glob "
    +*";
    print end_html;
    
  2. or download this
    print
      '<A HREF="',
    ...
      '">',
      escapeHTML($_),
      '</A>';