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