Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse,-p -e 'if (! $s1 eq $s2) {}'
    if (((!$s1) eq $s2)) {
        ();
    }