Help for this page

Select Code to Download


  1. or download this
    {
        local $x = 3;
        do_stuff();
    }
    
  2. or download this
    {
        my $secret_name_1095471 = $x;
    ...
        do_stuff();
        $x = $secret_name_1095471;
    }