Help for this page

Select Code to Download


  1. or download this
    my @splits = split(/\./,$string,-2);
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $val2 = reverse($val2);
    
    print "$val1, $val2\n";