Help for this page

Select Code to Download


  1. or download this
    $url = q|$itemID|;
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    my $num = $1;
    print "    NUM: $1\n";
    exit;
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    my $num = $1;
    print "    NUM: $1\n";
    exit;
    
  4. or download this
    perl -MYAPE::Regex::Explain -E 'say YAPE::Regex::Explain->new("(\d{4})
    ++\.htm")->explain();'
    
  5. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------
    
  6. or download this
    perl -MYAPE::Regex::Explain -E 'say YAPE::Regex::Explain->new("(\d{4,5
    +})\.htm")->explain();'
    
  7. or download this
    The regular expression:
    
    ...
    ----------------------------------------------------------------------
    )                        end of grouping
    ----------------------------------------------------------------------