Help for this page

Select Code to Download


  1. or download this
    $v=1;
    $f=!($v);
    print "**$f**\n";
    
  2. or download this
    $v=0;
    $f=!($v);
    print "**$f**\n";