Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # this is the init script
    ...
      return 0;
    }
    __END__
    
  2. or download this
    #!/usr/bin/perl
    # this script will take data from shmem
    ...
      return ($buff); 
    }
    __END__