# Make a file called linkable.pl with these contents #!/usr/bin/perl -w my $n = $ARGV[0]; $n=~s{^\.\/}{}; my $path = q~http://www.fooberry.com~; print qq~$n\n~; 1;