Re: Help running some scripts

2005-12-10 Thread Bob Showalter
Gomez, Juan wrote: Hi In VB is there a way to execute a perl script ? This isn't really a Perl question; you'll get a better response on a VB list. I think the function you want is called Shell(), but I'm not positive. (If your Perl script is a CGI script on a web server, then the correct

RE: Help running some scripts

2005-12-10 Thread Gomez, Juan
Hi In VB is there a way to execute a perl script ? Armando Gomez Guajardo Process Engineer Work Ph 956 547 6438 Beeper956 768 4070 -Original Message- From: grimR [mailto:[EMAIL PROTECTED] Sent: Saturday, December 10, 2005 12:01 AM To: beginners@perl.org Subject: Re: Help r

Re: Help running some scripts

2005-12-10 Thread grimR
so your asking how to do vb or perl? On Saturday 10 December 2005 11:37 am, Gomez, Juan wrote: > Good Morning gurus > > > I have a question to ask > Please bear with me since I consider myself a newbie to Perl > > My question is the following: > > I have a few perl scripts that run on a server now

Help running some scripts

2005-12-10 Thread Gomez, Juan
Good Morning gurus I have a question to ask Please bear with me since I consider myself a newbie to Perl My question is the following: I have a few perl scripts that run on a server now, it gets bad Before I started to lean Perl I use Visual Basic to do the job The main app is written in VB

Re: z

2005-12-10 Thread Chris Devers
On Sat, 10 Dec 2005, Beau E. Cox wrote: > Hi beginners - > > > > Aloha => Beau; > [EMAIL PROTECTED] > 2005-12-10 You don't say! :-) -- Chris Devers ·¾fm)cÓTO¥†Ü -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

z

2005-12-10 Thread Beau E. Cox
Hi beginners - Aloha => Beau; [EMAIL PROTECTED] 2005-12-10 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

z

2005-12-10 Thread Beau E. Cox
Hi beginners - Aloha => Beau; [EMAIL PROTECTED] 2005-12-10 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hash '... => +{ ...' synatx

2005-12-10 Thread Edward WIJAYA
On Sat, 10 Dec 2005 20:15:19 +0800, Beau E. Cox <[EMAIL PROTECTED]> wrote: Hi - Hi Some::Module->new( some_option => 'blah,blah', some_hash_option => +{ +{ is used to distinguish an anonymous hash from a block where the grammar is ambiguous. There's probably no need for

Hash '... => +{ ...' synatx

2005-12-10 Thread Beau E. Cox
Hi - I came across this syntax in a module I am using: Some::Module->new( some_option => 'blah,blah', some_hash_option => +{ another_option => '...', ... }, ... ); I have no idea what the ' => +{ ' syntax is, what it does, and why it is used ( it