Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      open(MESSAGES,'>msg.txt') or die "$!";
    }
    
  2. or download this
      use vars qw(MESSAGES); # wrong !!!!!!