Help for this page

Select Code to Download


  1. or download this
    # this program reads through a file 
    # line by line and prints "PRINTING"
    ...
    
    sub flip {$ref = @_[0]; $$ref = !($$ref)}
    
  2. or download this
    $flop = !($flop)
    
  3. or download this
    sub flip { $@_[0] = !($@_[0] };