Help for this page

Select Code to Download


  1. or download this
    open OUT, '>', 'forklist.txt';
    print "computer$_\n" for (1..10000);
    close OUT;
    
  2. or download this
    use FileHandle;
    ...
    OUT->autoflush();