Help for this page

Select Code to Download


  1. or download this
    # Make a file called linkable.pl with these contents
    #!/usr/bin/perl -w
    ...
    my $path = q~http://www.fooberry.com~;
    print qq~<a href="$path/$n">$n</a>\n~;
    1;
    
  2. or download this
    find . -name "*.txt" -exec ./linkable.pl {} \;