Help for this page

Select Code to Download


  1. or download this
    my $string = '1234';
    $string =~ /(2)/;
    $string =~ /(a)/;
    print $1;
    
  2. or download this
    - for ( 1 .. $num_refs ) {
    + for ( $num_refs .. 1 ) {