Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #use strict;
    ...
    
    close (OUTPUT);                                        #close output f
    +ile
        close (INPUT);
    
  2. or download this
    D:\perl>perl test.pl
    syntax error at test.pl line 24, near "close"
    Execution of test.pl aborted due to compilation errors.