Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl5
    
    ...
    <a href="http://everywhere.com" target="foo">everywhere</a>
    <a href="local.html">local</a>
    
  2. or download this
    ---------- Capture Output ----------
    > "C:\Perl\bin\perl.exe" parse_.pl
    ...
    <a href="local.html">local</a>
    
    > Terminated with exit code 0.