- or download this
yourshell
perl bugSTDOUT.pl
perl bugSTDOUTb.pl
perl bugSTDOUTc.pl
- or download this
cmd.exe
perl bugSTDOUT.pl *
...
perl bugSTDOUTb.pl *
cmd.exe
perl bugSTDOUTc.pl
- or download this
C:\test>type bug*
...
#!/usr/bin/perl
print STDOUT "Hello world!\n";
- or download this
C:\test>bugSTDOUT.pl
Running bugSTDOUTb.pl with backticks
stdout from bugSTDOUTb.pl=Running bugSTDOUTc.pl with system()
Hello world!
bugSTDOUTb.pl done