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