App-sh2p
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/sh2p/Builtins.pm view on Meta::CPAN
# Also does for echo
sub do_print {
my $ntok = 1;
my ($name, @args) = @_;
my $newline = 1;
my $handle = '';
my $opt_u;
my %options;
local @ARGV;
my $redirection = '';
my $file = '';
my $from_fd = ''; # TODO - not currently supported
# Move the comment to before the statement
if ( substr($args[-1],0,1) eq '#' ) {
my $comment = pop @args;
out "\n";
iout $comment;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.190 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )