in reply to Re: Complex conditional statements
in thread Complex conditional statements

It is possible, take a look at this piece of code:
$status != $sigsegv or $ret = $counter + 4 and printf("> Done!\n$bugfi +le is vulnerable at $counter bytes!\n") and last;
As you can see i have mixed "or","and", and could include some "if" statement just for example:
$status != $sigsegv or $ret = $counter + 4 and printf("> Done!\n$bugfi +le is vulnerable at $counter bytes!\n") and last if $test eq 1;