if you were to make a test file called test.pl with the lines
#!/usr/bin/perl -w
print <STDIN>;
in it, then do a "cat test.pl |./test.pl"
it would print:
#!/usr/bin/perl -w
print <STDIN>;
-Ryan
In reply to Re: Calling a Perl filter script from command line
by Nakano
in thread Calling a Perl filter script from command line
by osfameron
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |