Help for this page

Select Code to Download


  1. or download this
    tie $|, 'Pkg', ...;
    
    ...
    *| = *foo;
    $foo = 100;
    print $|;  # 100!
    
  2. or download this
    /* in sv.h */
    #define IOf_FLUSH  4
    ...
        }
      }
      break;