- or download this
#!/usr/bin/perl
my $Pipe= "";
...
print "This was the read from the parameters:\n";
print "<@ARGV>\n";
- or download this
This was read from the pipe:
<Hi
...
This was the read from the parameters:
<1 2 3 4>
- or download this
#!/usr/bin/perl
...
print "This was the read from the parameters:\n";
print "<@ARGV>\n";
}
- or download this
waited too long, exiting. This is what I have:
This was read from the pipe:
...
This was the read from the parameters:
<1 2 3 4>