Originally posted by d-talk:</font><hr />
Hi,
i build it into 6.7 and get that error:
Global symbol "%vars_calendar" requires explicit package name at CGIPath/ubb_profile.cgi line 964.
Global symbol "$poster_name" requires explicit package name at CGIPath/ubb_profile.cgi line 965.
Global symbol "$poster_name" requires explicit package name at CGIPath/ubb_profile.cgi line 967.
Global symbol "$julian_bday" requires explicit package name at CGIPath/ubb_profile.cgi line 970.
Global symbol "$poster_name" requires explicit package name at CGIPath/ubb_profile.cgi line 973.
Global symbol "$julian_bday" requires explicit package name at CGIPath/ubb_profile.cgi line 973.
BEGIN not safe after errors--compilation aborted at CGIPath/ubb_profile.cgi line 1051.
what can I do?
<hr /></blockquote>
<blockquote><font class="small">Originally posted by Ian Spence:
[qb]
right before that code, add
my($poster_name, $julian_bday);
use vars qw(%vars_calendar);
[/qb]