Is there any one know how to call a html file from perl?

Thank you very much.

 

# is this the right way to compare string?

if (($username = "administrator") && ($password = "test")){

#          call http://right.html

}

# is this the right way to use else method

else if {

#          call http://wrong.html

}

 

Reply via email to