Martha kavishe am Freitag, 14. Oktober 2005 15.47:
> Hi All,
Hi Martha
Marcello already explained that the shell uses spaces to separate arguments,
e.g.
# my_prog gu 1
passes "gu" and "1" in @ARGV to the prog, while
# my_prog "gu 1"
will pass only "gu 1" (without quotes; these are handled
Martha kavishe ha scritto:
Hi All,
I received some response to my problem but unfortunately my problem
isn't solved, I'm still struggling..
Thank you all for your contribution
Here is a better short code for the program which gives a clear picture
of what I'm trying to ask help for.
use DB
Hi All,
I received some response to my problem but
unfortunately my problem isn't solved, I'm still struggling..
Thank you all for your contribution
Here is a better short code for the
program which gives a clear picture of what I'm trying to ask help for.
use DBI;
$dsn= "dbi:mysql:db_martha: