Help for this page

Select Code to Download


  1. or download this
    Unquoted string "clear" may clash with future reserved word at 1137927
    +.pl line 35.
    Bareword "break" not allowed while "strict subs" in use at 1137927.pl 
    +line 57.
    Bareword "clear" not allowed while "strict subs" in use at 1137927.pl 
    +line 35.
    
  2. or download this
    sub doSomething {
        $status->setItems($_[0]);
    ...
            $status->update;  ## Will call $status->start() if needed
        }
    }
    
  3. or download this
    doSomething(20);
    
  4. or download this
            if ($i % $j == 0) {
                $is_prime = 0;
                $status->setItems($i);
                sleep 1;
            }
    
  5. or download this