Help for this page

Select Code to Download


  1. or download this
    $ref = \ $var;
    "$ref"
    
  2. or download this
    $ref = \ $var;
    print $ref;
    
  3. or download this
    package UNIVERSAL;
    use overload q("") => sub { die "Attempt to stringify reference" };