Help for this page

Select Code to Download


  1. or download this
    2+3
    
  2. or download this
    5
    
  3. or download this
    #!/usr/bin/perl -w
    use warnings 'all';
    ...
    open FILE, '>'.$outfile;
    print FILE $sum;
    close FILE;