Help for this page

Select Code to Download


  1. or download this
    if ($pubupload =~ m![^.]\.([^./\\]+)$!) {
      $extension = $1;
    }
    
  2. or download this
    $pubupload = 'C:\Documents and Settings\Administrator\Desktop\china.tx
    +t';
    DB<1> if ($pubupload =~ m![^.]\.([^./\\]+)$!) { $extension = $1; }
    DB<2> print "[$extension]"                                 
    [txt]