Command Line arguments.

2001-11-20 Thread Nicolae Popovici
Hi guys, Can anyone tell me how can I take the command line arguments in a perl script . I forgot how to do it . Thanks for your support . Regards, Nick -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Running application

2001-10-22 Thread Nicolae Popovici
Hi, Could you try the following ? !#/usr/local/bin/perl { print ' ',"\n"; print '%Loading UltraEdit...',"\n"; chdir("D:\ultraedit\"); system("uedit32.exe netlog.txt"); exit 0; } it should work. Regards, Nicu phumes1 wrote