Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "My string is $s1\n";
    $LangString::Language= 'Spanish';
    print "My string is $s1\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
       }
    
    1;