RE: Perl modules and epic perl

2011-01-20 Thread DiGregorio, Dave
, January 20, 2011 1:19 PM To: Shlomi Fish Cc: beginners@perl.org; DiGregorio, Dave Subject: Re: Perl modules and epic perl On 20 January 2011 08:45, Shlomi Fish wrote: > I don't know a lot about EPIC, but I know it's been unmaintained since 2007 or > so. While I didn't see

Perl modules and epic perl

2011-01-20 Thread DiGregorio, Dave
So my initial search has shown not too much information. However I am curious how others do this. I want to use my Eclipse IDE to create Perl Modules. Is there a way to do this? Or do I simply have to use the h2xs command then import the files to Eclipse afterwards? Thanks -Dave

RE: soap with attachments

2007-02-06 Thread DiGregorio, Dave
P.S. this is one of the errors I get. Modification of non-creatable array value attempted, subscript -1 at C:/Perl/site/lib/SOAP/MIME.pm line 435. Thanks DRD -Original Message- From: DiGregorio, Dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 06, 2007 2:08 PM To

soap with attachments

2007-02-06 Thread DiGregorio, Dave
I need to send an attachment over soap. I have found little documentation on this topic. I am trying to use the method below but can not seem to get it to work. The attachment needs to come after the closing envelop tag. Anyone have any experience here? my $CID = "template" ; my $

Perl Soap::Lite Help

2007-01-26 Thread DiGregorio, Dave
I am using soap from a client to talk to a server. However on the server side the java requires a type vector. Does anyone know how to use perl soap to create a data type vector? I have so far been unsuccessful finding any information on the web to do this. Thanks David R. DiGregori

Getting input from command window without hitting enter

2006-04-04 Thread DiGregorio, Dave
I am trying to get a single character input from the command window without requiring the user to hit enter. I have read in several places that using stty and getc is not the best way to do this. Is there another way that to do this that I am not finding? I am using windows XP and perl 5.8.

RE: Directory issue

2006-03-07 Thread DiGregorio, Dave
Actually I had forgotten the additional back slashes when I generalize the name. So the problem still exists. Thanks DRD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Phoenix Sent: Tuesday, March 07, 2006 1:48 PM To: DiGregorio, Dave Cc

Directory issue

2006-03-07 Thread DiGregorio, Dave
Ok, I am trying to run another perl script from a perl script and have had little luck in doing so. The main script is in one directory and the one it is controlling is in another directory. the main script starts and calls the other script which is supposed to read a file. However, I get can not

Glob with spaces

2006-01-25 Thread DiGregorio, Dave
Is there a way to glob if the directory path has spaces? The following does not work $sourcePath = "C:/Documents and Settings/xyz/abc ; files = glob $sourcePath ; Thanks David R. DiGregorio Vocollect 703 Rodi Road Pittsburgh, PA 15235 P. 412-349-2440 [EMAIL PROTECTED] -CONFIDE

NET::FTP

2006-01-25 Thread DiGregorio, Dave
I am using 5.6 Using PPM I can not find NET::FTP all that are listed are: ==> NET::FTP::Common ==> NET::FTP::SHELL ==> NET::FTP::BLAT ==> NET::TFTP Is NET::FTP only available on perl 5.8? Or should I be able to just grab the module from somewhere and place it in the corre

passing variables

2005-05-18 Thread DiGregorio, Dave
Is there a way to pass variables from a perl script to know when it ends to VB? David R. DiGregorio Vocollect 703 Rodi Road Pittsburgh, PA 15235 P. 412-349-2440 [EMAIL PROTECTED] -CONFIDENTIAL, PRIVILEGED COMMUNICATION- This e-mail transmission is privat

Host IP address

2005-04-18 Thread DiGregorio, Dave
Help please, I am trying to get the IP address of the host PC into a perl script. I tried using Gethostbyname() without success. I have a Bluetooth adapter connected to this PC and when I ping host name it returns the IP address of the BT adapter. Ipconfig shows the 2 ethernet adapters and the B

Perl and visual Basic

2005-04-14 Thread DiGregorio, Dave
Could anyone help me? I need to start a PERL script from within my visual basic program. I have tried the shell command without success. To further compound the problem I also want to provide command line parameters. Thanks for any and all assistance David R. DiGregorio Vocollect 70

Win32::shell

2005-01-31 Thread DiGregorio, Dave
I can not seam to find the Win32::shell module any where for version 5.8.x. If I install 5.6.x I can install this module just not on 5.8.x. Could someone shed some light on this subject. Am I stuck using 5.6.x? for this reason? Thanks David R. DiGregorio

RE: Help With OLE

2004-08-26 Thread DiGregorio, Dave
' and I do pull this value. Any Ideas?? Thanks d -Original Message- From: Colm Gallagher [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 2:55 AM To: DiGregorio, Dave Cc: perl_help Subject: Re: Help With OLE Hi David, First post to this list, so hi folks, pleasure to me

Help With OLE

2004-08-25 Thread DiGregorio, Dave
Hey All, So I am building this app that parses and Excel spreadsheet for a value based on the last column in the file. But, I seam to return the Numeric value as opposed to the Alpha Value. Is there an easy way to get around this?? $LastCol = $ReadSheet->UsedRange->Find({What=>"*

very beginner

2003-06-11 Thread DiGregorio, Dave
Could someone direct me to the correct module to use for monitoring an Internet connection? I just want to see the IP addresses of the machines trying to get into my PC. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]