Help for this page

Select Code to Download


  1. or download this
    my $saved_foo_3 = $foo[3];
    $foo[3] = 'bar';
    # .. rest of the block here ..
    $foo[3] = $saved_foo_3;