Help for this page

Select Code to Download


  1. or download this
    if ($path =~ m/(\d+)$/)
    {   my $end_num = $1;
    ...
    else
    {   print "Oh dear, my path doesn't end with a number\n";
    }
    
  2. or download this
    m/(\d+)$/