in reply to STERR and STDERR any difference?
gives#!/usr/bin/perl use warnings; use strict; print STDERR "STDERR oops\n"; print STERR "STERR oops\n";
Name "main::STERR" used only once: possible typo at ./z8a line 7. STDERR oops print() on unopened filehandle STERR at ./z8a line 7.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: STERR and STDERR any difference?
by traveler (Parson) on Jan 29, 2006 at 21:35 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |