Help for this page

Select Code to Download


  1. or download this
        $r = $1 ? \$$r->{$1} : \$$r->[$2]
           while $string =~ /\G(?:\.?(\w+)|\[(\d+)\])/g;
    
  2. or download this
        $r = $1 ? \$$r->{$1} : \$$r->[$2]
           while $string =~ /(\w+)|\[(\d+)/g;