Help for this page

Select Code to Download


  1. or download this
      $a_test="1";
      $b_test="the RTE";
    
  2. or download this
      $start=1;
      while (index($text,'$',$start) > 0)
      {
    ...
       $start = $blank += 1;
       print " result: ${(substr($w,1,length($w)-1))}\n";
      }
    
  3. or download this
      ${(substr($text,0,4))}=substr($text,5,length($text)-5);
      print " output: $titl\n";