Help for this page

Select Code to Download


  1. or download this
    yourshell
      perl bugSTDOUT.pl
         perl bugSTDOUTb.pl
            perl bugSTDOUTc.pl
    
  2. or download this
    cmd.exe
      perl bugSTDOUT.pl           *
    ...
          perl bugSTDOUTb.pl      *
            cmd.exe
              perl bugSTDOUTc.pl
    
  3. or download this
    C:\test>type bug*
    
    ...
    
    #!/usr/bin/perl
    print STDOUT "Hello world!\n";
    
  4. 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