Help for this page

Select Code to Download


  1. or download this
    $var = '/aasd/aacscsaa/affr4a/a55gaa/gvgaa/5h aa/fga';
    
  2. or download this
    $var =~ s#/aasd##;  # remove '/aasd' 
    
    ...
    $var =~ m#/[^/]+(.*)# and $var = $2; # match what follows 
                                         # after the non-slashes
                                         # and set it to $var