hELLO,

$@ is a system variable that return error messages. If our statement
executed by the eval function (eval 'exec perl $0 -S ${1+"$@"}')
contains an error, or an error occurs during the execution of the
statement, the error message is stored in $@.

I.e: 
eval ("This is not a perl statement");
assigns $@ with :
syntax error in file (eval) at line 1, next 2 tokens "This is"


Rajanikanth Dandamudi wrote:
> 
> Hello,
> 
>         I had a problem understanding what the
> expression ${1+"$@"} mean? can someone help me in
> understanding this?
> 
> --
> Thanks and Regards,
> D.Rajanikanth

-- 
--------------------------------------------------------
 Jean-Matthieu Guerin
                Brime Ingenierie
                phone: 33-1-4898 8230
                [EMAIL PROTECTED]
--------------------------------------------------------

Reply via email to