#! perl # Copyright (C) 2003-2007, The Perl Foundation. # $Id: COMP_assignments.pm 21232 2007-09-12 19:30:46Z paultcochrane $ # Variable name may have a SIGIL and is in S1 # % & INT # ! # FLO # $ STRING # # Type must be one of INT FLO STRING # INT is in I0 # FLO is in N0 # STRING is in S0 # # No implicit conversions into/from STRING sub ASSIGNMENT_FUNC { my ($varname) = @_; # P6 already has the RHS Loaded... print CODE<