zsh-users
 help / color / mirror / code / Atom feed
* STDOUT Limbo
@ 1998-06-23 16:23 James Swanson
  1998-06-23 17:55 ` Wayne Davison
  0 siblings, 1 reply; 2+ messages in thread
From: James Swanson @ 1998-06-23 16:23 UTC (permalink / raw)
  To: zsh-users

Has anyone had troubles with STDOUT from a Perl script?  Unlike any of
my shell scripts, output doesn't show up at the command line.  Any
suggestions?  I'm running version 3.05 on IRIX 6.4.

-- 
Take care...James...end of line.
--------------------------------
James Swanson
Sterling Software
Information Technology Division


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: STDOUT Limbo
  1998-06-23 16:23 STDOUT Limbo James Swanson
@ 1998-06-23 17:55 ` Wayne Davison
  0 siblings, 0 replies; 2+ messages in thread
From: Wayne Davison @ 1998-06-23 17:55 UTC (permalink / raw)
  To: James Swanson; +Cc: zsh-users

James Swanson writes:
> Has anyone had troubles with STDOUT from a Perl script?  Unlike
> any of my shell scripts, output doesn't show up at the command
> line.

Sounds like you didn't include a newline in your perl scripts.  The
analogous command for this shell output:

    echo "some string"

would be this in perl:

    print "some string\n";

..wayne..


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-06-23 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-06-23 16:23 STDOUT Limbo James Swanson
1998-06-23 17:55 ` Wayne Davison

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).