Help for this page

Select Code to Download


  1. or download this
    STDCHAR *
    PerlIOBuf_get_base(pTHX_ PerlIO *f)
    ...
        }
        return b->buf;
    }
    
  2. or download this
    open my $fh, "<", $^X or die;
    while (<$fh>) { }