Help for this page

Select Code to Download


  1. or download this
    my $ref;
    {
    ...
    }
    
    ## This was the (IMO false) "bug" scenario.
    
  2. or download this
    {
        my $string = "123";
        my $ref = \substr $string, 1, 1;
    }