Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    use Tcl;
    
  2. or download this
    Starting script on MSWIN
    TCL: C:/Tcl/bin/tcl86.dll
    ...
    Unable to initialize Tcl at C:/Strawberry/perl/lib/XSLoader.pm line 11
    +1.
    Compilation failed in require at .\wheel.pl line 11.
    BEGIN failed--compilation aborted at .\wheel.pl line 11.
    
  3. or download this
    use warnings;
    use FindBin qw($Bin);
    ...
     print my $path = $ENV{'PATH'}; 
    }
    use Tcl;