Re: Command line arg monitor

2004-01-22 Thread Trevor Joerges
You can just write an client/server app. The server would run as a service and listen on a port you specify and the client would connect specifically to that port on that service. This also gives you the ability to expend and run the client from anywhere on your network that would allow the port

RE: command line arg

2003-11-19 Thread Rob Dowell
It should be : $exy=$ARGV[0]; -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Tfbsr BertrandSent: Wednesday, November 19, 2003 7:03 AMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: command line arg I am trying to pass a file

Re: command line arg

2003-11-19 Thread David Liouville
try bad_files($entry,$size) if($entry =~ /$ext$/); and look at Getopt::Long for command line options ... more fun :o) - Original Message - From: Tfbsr Bertrand To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 2:02 PM Subject:

Re: command line arg

2003-11-19 Thread David Liouville
PM Subject: RE: command line arg It should be : $exy=$ARGV[0]; -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Tfbsr BertrandSent: Wednesday, November 19, 2003 7:03 AMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject

RE: command line arg

2003-11-19 Thread Rob Dowell
Good point. -Original Message-From: David Liouville [mailto:[EMAIL PROTECTED]Sent: Wednesday, November 19, 2003 8:55 AMTo: Rob Dowell; [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Re: command line arg maby we have only part of informations and $ARGV[0] is use

RE: command line arg

2003-11-19 Thread Peter C. Hugger
The command line arguments start at zero. $ARGV[0] will be the first argument. Best regards, PCH -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Tfbsr BertrandSent: Wednesday, November 19, 2003 8:03 AMTo: [EMAIL PROTECTED]; [EMAIL

RE: command line arg

2003-11-19 Thread Tfbsr Bertrand
PROTECTED]Subject: Re: command line arg maby we have only part of informations and $ARGV[0] is use for anything else ... but if there is only one argument, it's $ARGV[0] of course. - Original Message - From: Rob Dowell To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Wednesday, November