Help for this page

Select Code to Download


  1. or download this
    CMD = "C:\\BIN\\PERL\\TINYPERL.EXE -I C:\BIN\PERL\LIB C:\\DESKTOP\\tes
    +t.pl";
    
    ...
    {
      WScript.Echo("Error: Couldn't start Perl script.");
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $| = 1;
    print "\x07";
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    }
    ########################################################