Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    open OUT ,">&63" ;
    
    print OUT "this is a message\n" ;
    
    close OUT  ;
    
  2. or download this
    #include <unistd.h>
    #include <stdio.h>
    #include <fcntl.h>
    ...
            system("my_prog.pl");
        }
    }