Re: passing filename to script

2001-10-22 Thread Jos I. Boumans
M Subject: Re: passing filename to script > > I have the following script (load.pl) which loads UltraEdit. How can I pass > a filename to the script like: > > #!/usr/local/bin/perl > > { > print '%Loading UltraEdit...',"\n"; > chdir "D:\ultraedit

Re: passing filename to script

2001-10-22 Thread phumes1
I have the following script (load.pl) which loads UltraEdit. How can I pass a filename to the script like: #!/usr/local/bin/perl { print '%Loading UltraEdit...',"\n"; chdir "D:\ultraedit"; system "uedit32.exe"; exit 0; } C:>load.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additi