Help for this page

Select Code to Download


  1. or download this
    @l = ( "a", "b", "c" );
    $_ = "z" for grep /a/, @l;
    print @l;