Help for this page

Select Code to Download


  1. or download this
    ($file_name) = $path =~ /([^\\]*)$/;
    
  2. or download this
    ($file_name) = $path =~ m#([^\\/]*)$#;