Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
       return $full;
    }
    
  2. or download this
    sub leftover{
      my ($full, $part) = @_;
    ...
        #then remove the matched character from $part
      }
    }