Help for this page

Select Code to Download


  1. or download this
    $envUpr = qx[echo $envUpr | cut -c3-6]; # string
    $envUpr = qx[cut -c3-6 $envUpr]; # file
    
  2. or download this
    $envUpr = substr( $envUpr, 2, 5 ); # offsets from 0 not 1