Help for this page

Select Code to Download


  1. or download this
    $foo = substr($foo,$n) unless(length $foo => $n);
    
  2. or download this
    $substr($foo,0,$n)="" unless(length $foo => $n);
    
  3. or download this
    $substr($foo,0,$n,'') unless(length $foo => $n);