$shared = "abc"; # Can cause scalar type conversion my $ref = \$shared; # Increments ref count print "$shared\n"; # Implicit type conversion