📚 Practice Mode

Mixed Programming Languages: Java, .NET, and Perl

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

What will be output ? my $val = 'x'; print ref($val);

  1. STRING
  2. SCALAR
  3. Empty Value
  4. Not a Reference