Ian Harisay wrote:
Hi All,
Hello,
Can anyone direct me to a Perl/MySQL shopping cart solution? I would
Click Cart Pro is excellent!
like to use Authorize.net or Verisign as my gateway. Since this is off
topic, please reply directly to me.
I don't want to clutter the list with this subject.
I
This will do the job
File starts from the line "#!/bin/bash
--- ---
#!/bin/bash
#--
#AUTHOR: William Ampeh
#PURPOSE: Reads input from $1 (a file) and print output to $2 (another
f
well i need to write a shell script,
what i want to do is open a file,read each line ,do operations and then close a file.
open(HANDLE,filename);
@files = ;
foreach $line(@files)
{
#
}
close(HANDLE);
How will i do it in shell script..
Thanks,
Rahul