Help for this page

Select Code to Download


  1. or download this
    open(ARQ,">$dir$foo_file");
    binmode ARQ;
    print ARQ $foo_file;
    close(ARQ);
    
  2. or download this
    sub GetForm
    {
    ...
            }
        close(TXT);
    }