Help for this page

Select Code to Download


  1. or download this
    $b = @ref;
    
    if ($b < 2) { ... }
    
  2. or download this
    last if $b == 3;