Tagged Questions
0
votes
1answer
48 views
How to execute one perl script from website in perl?
I am trying to run perl script that doing some things and creating files from web browser page in perl. I am using Windows 7.
This is source:
use CGI;
use warnings;
use strict;
print ...
0
votes
0answers
37 views
How can I check if a groupname exists in Active Directory using CMD or Perl
I'm trying to write a Perl script which checks if a user group name exists in the Active Directoy. Important for me is, that I don't have to load an additional library, that's why i want to use the ...
1
vote
0answers
49 views
Redirection standard error & ouput streams is postponed
I need to redirect output & error streams from one Windows process (GNU make.exe executing armcc toolchain) to some filter written on perl. The command I am running is:
Make Release 2>&1 | ...
2
votes
1answer
82 views
Perl: How is “start perl.exe <filename>” different from “perl.exe <filename>”
I'm quite new to perl, and I've asked a friend about this and he said something about "parlor execution". What does this mean?
EDIT:
This is in Command prompt
0
votes
3answers
62 views
Perl return object in command line
In my code I load database files then use them several times.
Is there anyway to return an object in Perl using the command line then reuse it in another command?
For example:
perl -Mpckg -e '$v = ...
0
votes
3answers
122 views
I want to run an .exe command from Perl under Windows
I've already gotten Perl to create an array of usernames (@ua); now I need to check to see if each one exists in Active Directory. The best way I thought of to do this is to run dsquery on each user ...
1
vote
4answers
121 views
How to determine if one or more column in a large text file is sorted or not sorted
I have greater than 1GB big text file. The file has 4 columns delimited by TAB.
Col1: Guid
Col2: Date-time (yy-mm-yyyy 0000000000)
Col3: String
Col4: String
I want to determine if one or more of ...
-1
votes
1answer
790 views
How can I copy files from subfolders? (list of filenames is in a text file) using the command line and perl [closed]
I want to search for list of files in a folder and its subfolders, and copy results to a different folder.
I'm currently using:
for /F "delims==" %i in (listimagescopy.txt) do copy "V:\Photo ...
2
votes
3answers
184 views
How to set timeout for a cmd command?
i just have the following command in cmd
perl csv2rrd3.pl
but it always run for a long time.
Is there any way to set a timeout for it?
or i should do it in the perl script?? And how?
Thanks
1
vote
4answers
239 views
How to extract non-matching lines from two text files?
Extracting matching lines using perl is known to me but I want the lines from two files which are not matching i.e. they are unique to the file among two text files.
file1:
one|E2027.1|073467|66 ...
0
votes
1answer
202 views
Using Winrar CMD Examing structure
I have a bunch of rar files some of which contain just the file or files and some have A directory structure
i'd like to create a bat file that can extract the rar with the directory as is & if ...
1
vote
0answers
73 views
Ld.exe has stopped working on install with Perl Strawberry
Trying to install a module(Devel::Declare) on a Strawberry setup I got an error window telling me "ld.exe has stopped working".
Here's the command I ran on the CMD:
cpan Devel::Declare
You can ...
0
votes
2answers
133 views
Perl TK with Proc::Background proper usage (keep GUI active?)
I'm trying to build a Toplevel window that will show the progress of a system cmd. I want the GUI to be active (without freezing and "not responding"), so pressing on the "Cancel" button will kill the ...
-5
votes
1answer
122 views
What is the point of the “perl” command? [closed]
When I type perl in any command prompt (with Perl installed on the system of course) nothing really happens. What is the point of using perl at the command prompt? Unlike the python, lua, and ruby ...
0
votes
2answers
102 views
Split on column separator in windows
06/24/2012 09:58 AM 0 Backup of deleted Report 20120622.xlk
08/20/2012 06:51 PM 28,160 deleted 9 2 Foundation Installs on March 7th.xls
08/20/2012 06:51 PM ...
0
votes
0answers
369 views
Error installing Perl Module. Error code 129
Thank you for taking the time reading this and hopefully help me come out with a successful solution to my problem.
I deleted this previous post as it went dead(hours without an answer), so Im hoping ...
1
vote
1answer
918 views
Powershell invoke-command script return code
I'm working on a deployment script for a vendor application. It reads an xml that maps the deploy paths for the various environments, then iterates over the various servers and copies the correct ...
0
votes
2answers
65 views
Need to strip chunk of text out of xml file, am not getting anywhere with perl find/replace
I need to either remove or comment out the following from around 1.5k files and am having a ton of trouble doing it. I've tried everything I can think of with perl find/replace, but am not getting ...
1
vote
2answers
346 views
Perl system() EXE Permissions?
I'm kinda new to running Perl on windows, and I'm having some problems with the system command while trying to run avrdude.exe to upload a HEX file to a Atmel Microcontroller. These are the Perl ...
0
votes
2answers
778 views
why does my cmd.exe process doesn't have the “title” property set when launched as a service through perl?
I'm making my Perl soft runing as a service on windows.
For this purpose I'm using the Win32::Daemon module to manipulate SCM (service configuration manager) and start/stop my service.
To launch my ...
0
votes
2answers
813 views
Why is Perl system call failing to invoke internal Windows command?
On one of our Windows XP machines, Perl system commands such as dir /b generate an error message such as: /b: no such file or directory. In other words, the switch is being interpreted as a filename.
...
0
votes
1answer
572 views
How to set environment variables and call a perl script with parameters in python subprocess.popen?
I'd like to have a method to do 3 things at the same time:
Create a subprocess that run the vsvars32.bat (visual studio batch file)
In this subprocess set the environment variables.For example in a ...
1
vote
1answer
282 views
PerlIO in Windows PowerShell and CMD.exe
Apparently, a Perl script I have results in two different output files depending on if I run it under Windows PowerShell, or cmd.exe. The script can be found at the bottom of this question. The file ...
0
votes
1answer
119 views
i want display result from CMD to IRC
i want display result from CMD to IRC with Perl
Example (input command from IRC) :
!cmd dir C:\
Result (Display to IRC) :
Volume in drive C has no label.
11/11/2011 00:00 AM <DIR> ...
2
votes
4answers
401 views
How can I obtain correct non-ASCII command-line arguments in ActiveState Perl?
Running the following command
perl -e "for (my $i = 0; $i < length($ARGV[0]); $i++) {print ord(substr($ARGV[0], $i, 1)), qq{\n}; }" αβγδεζ
on a Windows 7 cmd window with ActiveState Perl ...
4
votes
2answers
3k views
Why am I getting “Can't find string terminator ”'“ anywhere before EOF at -e line 1” when I try to run a Perl one-liner on Windows?
I am trying to run the following on Windows with 5.14.2
C:\Perl>perl -e 'print "Hello World \n"'
Can't find string terminator "'" anywhere before EOF at -e line 1.
What am I missing?
0
votes
3answers
1k views
Can't spawn “cmd.exe”
I use a program called LF-Aligner that uses dictionaries to make parallel texts out of texts in different languages. I believe it's written in Perl. It's based on another program called Hunalign.
...
0
votes
4answers
373 views
Copy content of a cmd.exe window in windows using perl
Im trying to copy the content of cmd.exe to a text file using perl in windows.
Is there any simple way to do that ?
6
votes
2answers
760 views
How do I write a file whose *filename* contains utf8 characters in Perl?
I am struggling creating a file that contains non-ascii characters.
The following script works fine, if it is called with 0 as parameter but dies when called with 1.
The error message is open: ...
2
votes
1answer
191 views
Running external commands from a Custom GUI in C#
for one of my applications, I am trying to send/receive commands/information from my GUI application to the cmd window.
There is one problem however.. I also have a perl installation which I need to ...
0
votes
2answers
199 views
Can I prevent system from invoking cmd.exe if the supplied program is not found?
On Windows (with AcitveState perl 5.8...), when I use system to invoke another program from my perl script like this:
my $command="tool.exe"; # or 'C:\fullpath\tool.exe'
my $param = '...';
my $err = ...
0
votes
2answers
873 views
File Type .pl Association and Using cmd.exe to Run the Script
I've made a new file type .pl (Explorer->Tools->Folder Options...->File Types). Now I wanted to make a new Action which will call cmd.exe and automatically run PERL script.I don't know what to write ...
0
votes
2answers
140 views
How do I avoid the need to wait on and close some software driven from Perl?
I have a folder full of script files. When I run them, a program to which they are native is opened, it does some stuff and a CSV file is generated. I wrote some code that I want to run each script ...
2
votes
4answers
822 views
How to specify in a bat file that a script needs to be called in Cygwin mode?
I wrote a perl script which uses some linux commands (grep, ls etc..). I can successfully run this from Cygwin or Linux. I want this task to be run periodically on a Windows Server which has Cygwin ...
1
vote
1answer
443 views
Color output problems in cmd
Here is the code:
use Cwd;
use Win32::Console::ANSI;# installed module with ppm
use Term::ANSIColor;
$parent = cwd();
@files = <*>;
print "\n";
foreach (@files)
{
$child = "$parent/$_";
...
1
vote
3answers
703 views
basic perl, command prompt question: how to enter the next command after returning “perl” accidentally
this may sound incredibly naive and stupid,
i'm new to programming
in command prompt after returning perl alone without any command, i'm not able to enter the next command. i'm struck there
i mean ...
3
votes
3answers
1k views
How Do I Run a Perl Script from Cmd without typing “perl” in front of the script path?
For example perl C:\Projects\trunk\PcApps\BaseCamp\Test\smoketest.pl C:\Projects\trunk\PcApps\BaseCamp\Test\log.txt
Without the perl.
1
vote
4answers
1k views
Why do I have to explicitly add perl before the script for getops to run properly?
When i run my script like so:
C:\>perl script.pl -f file
It works fine. But, if I just do:
C:\>script.pl -f file
then I don't get any errors but getopts doesn't assign anything to $opt_f
This ...
1
vote
2answers
790 views
What is the Python equivalent of Perl's backticks? [duplicate]
Possible Duplicate:
Equivalent of Backticks in Python
When I want to write directly to the command prompt in Perl, I can do something like this:
Perl File test.pl:
$directory = `dir`; ...
1
vote
1answer
677 views
How can I close a Windows CMD window after I run a Perl program?
Is there a way to close a cmd window when a task is complete and also tell how many are already open?
system( qq{ start "List Perl files" perl c:/perlscripts/new_spider.pl $new_href } )
2
votes
1answer
1k views
How can I open a Windows CMD window for Perl and run a command?
Is there a way I can open a new cmd window and pass a variable and once completed close that window?
I have found some info but not enough that I can get it to work.
system('start "List Perl files" ...
0
votes
3answers
1k views
Running a perl script in a batch file
i have a perl script that is used in updating my awstats logs of my website. The script works fine if i just paste it in cmd (Windows) but the moment i paste it in a batch file, it messes up the ...
2
votes
4answers
810 views
$cmd output in to a file
I have this below code:
$cmd = system ("p4 change -o 3456789");
I want to print the output -description of the change list - into a file.
$cmd = system ("p4 change -o 3456789 > ...
3
votes
1answer
486 views
How to define virtual IP programmatically?
I need to define Virtual IP programmatically (Perl or VB or CMD or java).
I need it for temporary use, I can't use any actual IP address and I don't care if it will be accessible only from local ...
3
votes
3answers
2k views
Perl directory change from Windows cmd.exe
According to the manual, chdir, Changes the working directory to EXPR, if possible.
This script, when executed from cmd.exe:
my $path = 'C:\\some\\path\\';
print "$path\n";
chdir("$path") or die ...
6
votes
2answers
1k views
How can I set the size of the cmd.exe window from my Perl program?
I have a Perl script running in windows, that displays to screen very long lines.
I don't want to fix my console size permanently. I just want it to be big in case this script is running.
Is there a ...
0
votes
5answers
4k views
How do I exit the command shell after it invokes a Perl script?
If I run a Perl script from a command prompt (c:\windows\system32\cmd.exe), how can I exit the command prompt after the script finishes executing.
I tried system("exit 0") inside the Perl script but ...
3
votes
5answers
4k views
How do I make Perl scripts recognize parameters in the Win32 cmd console?
When I invoke my Perl scripts in the Windows environment without invoking perl first, the parameters are not passed to my script.
For example,
C:\> C:\my-perl-scripts\foo.pl bar
invokes foo.pl ...
