Help for this page

Select Code to Download


  1. or download this
        * action
              o continue 
        * Continue
              o Yes
    
  2. or download this
        * action
              o continue 
        * Abort
              o No
    
  3. or download this
    POST 'http://companyname.com/Customer/support/Patch/releases
    /ClientDownload/download/download.asp', 
    [action => "continue",
     Continue => "Yes"];
    
  4. or download this
    use CGI qw/:standard/;
    
    ...
          h2("Environment:"),
          (map { p("$_ => $ENV{$_}") } sort keys %ENV),
          end_html();