Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
    
    print $& if /^<a href.*>[^\z]/;
    print $& if /^<a href.*>(?=[^\z])/;
    
  2. or download this
    <a href= ?a=500011&w=2&r=1 >j
    <a href= ?a=500011&w=2&r=1 >
    
  3. or download this
    /^<a [^>]+>([^<]+)/