Help for this page

Select Code to Download


  1. or download this
    my @data_tranfer_rt_25_count=grep ($newhash{ (m/(\w+)/)[0] }, @newlist
    +);
    ...
    $random_25_count = $#data_transfer_rt_25_count + 1;
    
  2. or download this
    >perl -wMstrict -le
    "my @ra = qw(a b c d e f);
    ...
     print qq{b or c or d: $n};
    "
    b or c or d: 3