Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
    ShowMessage();
    exit;
    
  2. or download this
    
    my $MESSAGE = 'Hello World!!!';
    ...
    
    sub ChangeMessage { $MESSAGE = shift; }