Help for this page

Select Code to Download


  1. or download this
    
           $_[0]   .= 'abcde';
    ...
           $_[0]    = substr(   $_[0]   , -500);
    vs  ${ $_[0] }  = substr(${ $_[0] } , -500);