Help for this page

Select Code to Download


  1. or download this
    $value = substr($value, 1);
    
    # or
    
    substr($value, 0, 1) = '';
    
  2. or download this
    $value =~ s/^.//;