Help for this page

Select Code to Download


  1. or download this
    sub doit{
     print "How are you?\n";
    ...
     }
    }
    close(FILE);
    
  2. or download this
    sub doit{
     print "How are you?\n";
     $x=1+1;
     print "$x\n";
    }