Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: STDERR going to string

by Anonymous Monk
on Oct 15, 2011 at 14:37 UTC ( [id://931661]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use Inline C => Config =>
        BUILD_NOISY => 1,
    ...
    
    __END__
    
  2. or download this
    ((((Inline::C PerlIO_printf => PerlIO_stderr()(99417c) is PerlIO_filen
    +o()(2)
    ))))
    main is over
    ...
    Inline::C fprintf => PerlIO_stderr()(0099417C) is PerlIO_fileno()(2)
    Inline::C fprintf => stderr(77C5FCC0) is fileno(2)
    will somebody please eat my stderr buffer
    
  3. or download this
    ((((Inline::C PerlIO_printf => PerlIO_stderr()(99417c) is PerlIO_filen
    +o()(2)
    ))))
    main is over
    perl is over
    will somebody please eat my stderr buffer
    
  4. or download this
    // crt_dup.c
    // This program uses the variable old to save
    // the original stdout. It then opens a new file named
    ...
      *pFile = fopen(filename, mode);
      return *pFile != NULL ? 0 : 1;
    }
    
  5. or download this
    This goes to stdout first
    This goes to stdout also
    
    ...
    echo this goes to 'data'
    666
    This goes to file 'data'
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://931661]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-16 08:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found