Consider a perfect square N having 1 as the first digit (reading from left).
Determine the minimum value of N such that it remains a perfect square when 1 is replaced by 2.
Find, if possible, the next higher value of N less than 1010 with this property.
Otherwise, prove its non-existence.
Note: Computer-program based methodology apart from semi-analytic solution is permissible.