- or download this
print "Content-type: text/html\n\n";
print "<html><head><meta charset=\"UTF-8\"></head>";
print "p_sAction: #" . $p_sAction . "#<br>";
- or download this
if ( $p_sAction eq $aText{'1460'} ){
} else {
}
- or download this
# Benutzer löschen
print "#$p_sAction# eq #$aText{'1530'}#<br>";
if ( $p_sAction eq $aText{'1530'} ){
print "HELLO WORLD<br>";
}