UBB.Dev
Posted By: Em8 @in and $@ question - 10/11/2000 11:43 PM
Code
code:
The @in == 0, is the @in somewhere in ubb_library or ubb_library2 or is it an auto assgned varible like $ENV{'REMOTE_ADDR'}? Same question for the $@ .

------------------
My place! laugh
Posted By: The Team Re: @in and $@ question - 10/12/2000 12:35 AM
@in is just the storing of the parsing routine that is used by UBB.

$@ stores some error information about requireing files or something of the like.

------------------
Da Wannabe Cannuck
Posted By: Mark Badolato Re: @in and $@ question - 10/12/2000 2:27 AM
$@ stores the results of the error (if any) from the eval statement.

--mark
© UBB.Developers