Help for this page

Select Code to Download


  1. or download this
    #! c:/perl/bin/perl.exe -slw
    use strict;
    ...
    {
       print "\nError: $^E \n";
    }
    
  2. or download this
    use strict;
    use Win32::Registry;
    ...
    {
       print "\nError: $^E \n";
    }