Help for this page

Select Code to Download


  1. or download this
    my $VAL = (grep { defined } map { /^\*\s\(?([^\)]+)\)?/ ? $1 : () } @G
    +ET_STRING)[0];
    
  2. or download this
    >perl -wMstrict -le
    "my @GET_STRING =
    ...
     print qq{'$first'};
    "
    'yes'