Help for this page

Select Code to Download


  1. or download this
    123
    12
    ...
    15
    27
    336
    
  2. or download this
    open FILE, "<", "file.txt";
    chomp(@array=<FILE>);
    close FILE;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
            close OUTPUT;
        }
    }