OT: PHP hosting

2002-09-18 Thread FlashGuy
Anyone know of a good PHP hosting company in Canada? --- Colonel Nathan R. Jessop Commanding Officer Marine Ground Forces Guatanamo Bay, Cuba --- -- To unsubscribe, e-mail: [EMAIL PROTECTED]

Executing DOS copy command from perl script via web interface

2002-09-17 Thread FlashGuy
Hi, I have a web interface where I'm executing a compiled perl script. Within the perl script I'm trying to execute a DOS command but its not working properly. If I put my command in a batch file and execute the batch file from the perl script it works. I know it's because copy is not a

OT: Company Name

2002-09-11 Thread FlashGuy
Hi, I'm planning on starting up a company just for extra cash to put food on the table. I would be doing web development, Publishing print and electronic, data conversion, font development etc. I'm finding it difficult to come up with a company name that has the word media in it and having

Getting directory path

2002-08-20 Thread FlashGuy
Hi, How can I retrieve the directory path and split the results into separate variables based on the \ Example: d:\temp\test\files Split: var1: d: var2: temp var3: test var4: files -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Extract text from argument

2002-08-01 Thread FlashGuy
Hi all, I have the following line in my Perl script $test=$ARGV[0] which dumps the following results =D:\temp\test\filename I need to extract only the filename to the right of the last \ and put that into a variable. There could only be one \ in the path or possibly more. This will vary

Re: Extract text from argument

2002-08-01 Thread FlashGuy
I took a look on www.perldoc.com and checked out split. I can't figure out how to do it from the examples? Help? On Thu, 01 Aug 2002 11:48:22 -0400, FlashGuy wrote: You mean split? On 01 Aug 2002 11:41:51 -0400, Robin Norwood wrote: FlashGuy [EMAIL PROTECTED] writes: Hi all

Simple Search (Hit List)

2002-06-24 Thread FlashGuy
Hello, I require a simple search (hit list) for my website. Its done in ASP. Are there any scripts that I could download and easily add it to my site? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]