Help for this page

Select Code to Download


  1. or download this
    # if I have:
    $name = 'newVar';
    
    I would like somehow to have a new variable $newVar
    
  2. or download this
    $tmp =~ /(.+)(\d+)$/;