![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Redirecting STDERR message to STDOUT & file at same time | vikashtulsiyan | Shell Programming and Scripting | 10 | 04-09-2008 11:34 AM |
| how can i redirect stderr to file in Make? | umen | Shell Programming and Scripting | 0 | 02-15-2007 01:04 AM |
| stderr & stdout to a file and the right exit code | up69 | Shell Programming and Scripting | 2 | 08-17-2006 10:40 AM |
| Redirect stdout & stderr and append to a file | Santi | Shell Programming and Scripting | 2 | 01-02-2006 04:58 PM |
| passing "stderr " to a subroutine.. | sekar sundaram | Shell Programming and Scripting | 1 | 11-29-2005 05:14 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to write stderr in a subroutine log file?..
perl 5.6.1 in win2000:
my program uses a subroutine which will write log file. i will call that sub routine like this &log_message("the file $inputfile opened"); what should i do to write the stderr on the same log file itself.. i tried to pass the stderr to the subroutine like &log_message(\*STDERR); and &log_message(*STDERR) ; but no use., dont know what to do... |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Please make sure that you have read our rules. And note:
(4) Do not 'bump up' questions if they are not answered promptly. No duplicate or cross-posting and do not report a post where your goal is to get an answer more quickly. I will close this duplicate thread. |
||||
| Google The UNIX and Linux Forums |