Hi, I am trying to create a script to process file attachments from an email. I want to be able to drag the attachment from the email and drop it over the shortcut to the script. This will fire up the script and pass the attachment as a parameter. My script then processes the attachment.
I have...
Hi I am not sure if any one can help me. I am creating a simple GUI to interface with another CAM tool. I need to make the interface have the same look and feel as the main CAM product. Everything looks fine apart from the 4 entry widgets which have a grey block around them which i cannot get...
Hi
I have installed MS SQL server on my pc and created DB called test. I have also created my table to it. When i try and query the table i get an invalid object name error refering to my table. I know my table is spelt correctly and i can see the table in Enterprise manager. If i change the...
Does any one know of a good text editor with c-shell syntax checking for windoze. Similar to kate on linux
I have inherited an old large c-shell script to which i have modified however it runs wild. I am sure that somewhere an endif is missing but i cant find it.
Some form of editor with...
Hi
I have an external file from which i need to see if the file contains the chrs $$exp.
My code line is
my $i = system "grep '$$exp' $ARGV[0]";
$i is 0 if true
fails because $exp is not defined, but i do not want to i am checking for an explicit existance of $$exp in an external file. I...
Hi this is stupid i know but the syntax is killing me. I don't do much c-shell. Below is a small bit of code to simulate my problem. I am sourcing a much larger file that contains all the feeds and speeds for a CNC drill machine. I know the diameter as $RD_SZE I just need to match the line...
Hi
I have been away from perl programming for a long while now and have started to look at win32::gui.
I am creating a drawing application using DC. I can draw, add text etc, etc with no worries.
My question is how do you set or change the text font before calling:
$Screen->TextOut($txt_st...
I am trying to install 2.2.8a on an HP10.2 machine. I currently run 2.07 but installed it from a binary, this is the first time I have tried to install from source. When I run the configure script after a few mins of what looks like positive activity I get the message
ERROR: No locking...
I have an xml file please see below.
<part_data>
<form>
<sb_circuit_size>
<circuit_dim_type>
2
</circuit_dim_type>
<circuit_width>
219840000
</circuit_width>
<circuit_length>
251430000...
Is there a perl module or is there a way to map a network share using perl ?.
even better also allowing connection with a different user name. I want to put this on a win98 setup.
I do not want to do a system call to net
Thanks
Mike McMahon
I have just added a win2000 server to our existing network. It has two NIC cards. One connected to our existing 10base T network on 10.0.0.13 address and the other to the new 100mb network as 10.0.10.1. All appears to work well until the proxy server on the existing nt server on ip 10.0.0.2...
Is there any way in perl on Win32 to return a list of all process ID for all processes running and not a child of mine, or even catching one just by its name. Similar to csh ps -e | grep "prog", I do not want to have to shell out to a csh script to do it.
Thanks in advance
Mike McMahon
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.