Help for this page

Select Code to Download


  1. or download this
    m/A t=(d*)/;
    my $t_val = $1;
    
  2. or download this
    hello A t=40a30
    
  3. or download this
    my @list = ('my', 'bonnie', 'lies');
    foreach my $word (sort @list) {
       print $word, "\n";
    }
    
  4. or download this
    bonnie
    lies
    my