Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: STDOUT Limbo
- X-seq: zsh-users 1644
- From: Wayne Davison <wayne@xxxxxxxxx>
- To: James Swanson <James_Swanson@xxxxxxxxxxxxxxxx>
- Subject: Re: STDOUT Limbo
- Date: Tue, 23 Jun 1998 10:55:37 -0700
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: James_Swanson's message of Tue, 23 Jun 1998 11:23:32 -0500. <358FD661.41C6@xxxxxxxxxxxxxxxx>
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..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author