Help for this page

Select Code to Download


  1. or download this
    my $hash = {
      "file"=>shift(@params),
      "text"=>scalar param("lite"),
      "session"=> scalar param("session")
    };
    
  2. or download this
    my $hash = {
      "file"=>shift(@params),
      "text"=>[ param("lite") ],
      "session"=> [ param("session") ] 
    };
    
  3. or download this
    perldoc perldata
    perldoc CGI
    
  4. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.