Help for this page

Select Code to Download


  1. or download this
      "abcde" =~ /(.)(.)(.)(.)(.)/;
      my $var = $4;
      print join ', ', grep !/\D/, keys %::;