Help for this page

Select Code to Download


  1. or download this
    use lib "C:\path\to\my\script";
    
  2. or download this
    use lib "C:/path/to/my/script";
    
  3. or download this
    @rem Change the directory to where this .cmd lives:
    cd /d %~dp0
    
    @rem Launch the script
    perl -w myscript.pl %*