Help for this page

Select Code to Download


  1. or download this
      print $|=5, ".\n";
      __END__
      1.
    
  2. or download this
        if (value assigned to $| is true)
          return 1
        else
          return 0;
    
  3. or download this
        print --$|, "\n" for 1 .. 10;
        __END__
    ...
        0
        1
        0