sybperl-l Archive
Up Prev Next
From: "Sabherwal, Balvinder (MBS)"
<Balvinder dot Sabherwal at mortgagefamily dot com>
Subject: Error in the script
Date: Jan 7 2002 7:56PM
I am getting an error as below :
Can't locate object method "in" via package "dtdy" at sysmon.cgi line 22,
chunk 22.
DB::fake::(C:\Perl\lib/perl5db.pl:2084):
the line causing the error is
$dtdy = in{"dtdy"};
I am initialising the variable here. just above this line I have a another
variable getting initialised as
$app = $in{"app"};
$yr = $in{"yr"};
any ideas as what could be causing this.
Thanks
Bal.
|