Help for this page

Select Code to Download


  1. or download this
    package MyTie;
    
    ...
            return;
            };
    __DATA__
    
  2. or download this
    package main;
    use strict;
    ...
    close($FOO);
    
    exit;